From cef3d470bdc9ec1ea69b73a034fe54f1af1654d8 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Tue, 5 Jun 2018 11:41:23 -0400 Subject: [PATCH] Configure GitLab CI to check out submodules. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14568c33..c3f57264 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ variables: JEKYLL_ENV: production + GIT_SUBMODULE_STRATEGY: recursive stages: - build