forked from TrueCloudLab/frostfs.info
squash: Switch to HTTPS repo url
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
14bd1f1284
commit
156f5579f9
2 changed files with 1 additions and 3 deletions
|
@ -24,8 +24,6 @@ jobs:
|
|||
hugo
|
||||
|
||||
- run: make all
|
||||
env:
|
||||
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "themes/dot-hugo"]
|
||||
path = themes/dot-hugo
|
||||
url = git@git.frostfs.info:TrueCloudLab/dot-hugo.git
|
||||
url = https://git.frostfs.info/TrueCloudLab/dot-hugo
|
||||
branch = frostfs_design_version
|
||||
|
|
Loading…
Reference in a new issue