Switch to using https not SSH for cloning submodule repository
This should fix this error: Cloning into error: cannot run ssh: No such file or directory fatal: unable to fork When running GitLab CI to deploy the static site
This commit is contained in:
parent
d0f5d5e28b
commit
5b11083c9b
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "web/themes/reveal-hugo"]
|
||||
path = web/themes/reveal-hugo
|
||||
url = git@github.com:dzello/reveal-hugo.git
|
||||
path = web/themes/reveal-hugo
|
||||
url = https://github.com/dzello/reveal-hugo.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue