From 44729da93c33b88f1dad51a295c3113f6adfc58c Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 8 Aug 2019 23:17:08 -0700 Subject: [PATCH] trying something else --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7892de9..275be51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,11 @@ image: monachus/hugo -variables: - GIT_SUBMODULE_STRATEGY: recursive pages: + before_script: + - git submodule sync --recursive + - git submodule update --init --recursive script: - cd blog - hugo -d ../public