From 3accd5565b85a76922d64ac6860c86bd2567b200 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 14 Feb 2023 10:45:22 +0100 Subject: [PATCH] Fix .gitlab-ci. #117. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bceda65..7b683550 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ image: monachus/hugo pages: + variables: + GIT_SUBMODULE_STRATEGY: recursive + GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn script: - hugo -s support/documentation/ -d public/ artifacts: