From c9d28995ba1b0be201c1cd53627c5af0222f5fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 2 Jan 2024 18:57:39 -0500 Subject: [PATCH] move HUGO_ENV variable to proper section --- .gitlab/hugo.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 146598a..abcf00b 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -10,11 +10,11 @@ spec: description: 'Download (if necessary) and use Hugo extended version. Example: true' required: false default: 'false' - HUGO_ENV: production --- variables: GIT_SUBMODULE_STRATEGY: recursive + HUGO_ENV: production setup-hugo: stage: setup-hugo image: registry.gitlab.com/pages/hugo/hugo_extended:latest