From fe14e0c603fa8163b445c8c9deff37f63e9c1586 Mon Sep 17 00:00:00 2001 From: Jake Windle Date: Sat, 3 Mar 2018 15:20:29 -0800 Subject: [PATCH] add git pull step to before_script --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 928c8c0..c49c19b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,11 @@ image: monachus/hugo variables: GIT_SUBMODULE_STRATEGY: recursive - + before_script: - git submodule sync --recursive - git submodule update --init --recursive + - cd themes/blackburn && git pull pages: script: