diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 633311e..500afcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,9 @@ default: tags: - docs +variables: + GIT_SUBMODULE_STRATEGY: recursive + stages: - build - deploy diff --git a/.gitmodules b/.gitmodules index d2a495d..75708ee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/learn"] path = themes/learn - url = https://demerso.net/pls5618/hugo-theme-learn.git + url = ../hugo-theme-learn.git