From ee11aa8575c66b733bd7beb28bccea34aea4e4d4 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 22:28:20 -0500 Subject: [PATCH] fix --- .gitlab/hugo.template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 1f96a57..7d2fa23 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -8,7 +8,8 @@ setup-hugo: - cd ${CI_PROJECT_DIR} - hugo --minify artifacts: - - public + paths: + - public # runs: # using: 'node16'