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'