From bcb404f6059cd642f8c40a9b98c8e96b2d9a6e52 Mon Sep 17 00:00:00 2001 From: Johann Gyger Date: Sun, 3 Jan 2021 09:47:10 +0100 Subject: [PATCH] Make sure that Netlify can clone submodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9f54a88..d419312 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/reveal-hugo"] path = themes/reveal-hugo - url = git@github.com:dzello/reveal-hugo.git + url = https://github.com/dzello/reveal-hugo.git