From 156f5579f9f2a79790239acb47633da4c4fdc936 Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Wed, 28 Aug 2024 13:58:09 +0300 Subject: [PATCH] squash: Switch to HTTPS repo url Signed-off-by: Vitaliy Potyarkin --- .forgejo/workflows/build.yml | 2 -- .gitmodules | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 8e54781..2f3228c 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -24,8 +24,6 @@ jobs: hugo - run: make all - env: - GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new - uses: actions/upload-artifact@v4 with: diff --git a/.gitmodules b/.gitmodules index 485c06e..5018fe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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