diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 9321de7..69176f7 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -1,6 +1,3 @@ -variables: - GIT_SUBMODULE_STRATEGY: recursive - HUGO_ENV: production spec: inputs: theme: @@ -8,6 +5,9 @@ spec: root: default: content --- +variables: + GIT_SUBMODULE_STRATEGY: recursive + HUGO_ENV: production setup-hugo: tags: - docker