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:
benjamin melançon 2020-03-18 09:50:30 -04:00
parent d0f5d5e28b
commit 5b11083c9b

4
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "web/themes/reveal-hugo"] [submodule "web/themes/reveal-hugo"]
path = web/themes/reveal-hugo path = web/themes/reveal-hugo
url = git@github.com:dzello/reveal-hugo.git url = https://github.com/dzello/reveal-hugo.git