From 70ed41a366b076a8f19d865711954262f1013224 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 26 Oct 2022 13:42:57 -0500 Subject: [PATCH] updating .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7362899..9dd4bed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,9 @@ # The Docker image that will be used to build your app -image: klakegg/hugo:pandoc +image: registry.gitlab.com/pages/hugo/hugo_extended:latest # Functions that should be executed before the build script is run -before_script: - - cd tfc +variables: + GIT_SUBMODULE_STRATEGY: recursive + pages: script: - hugo