diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index bcc88d8..7a66542 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -8,7 +8,7 @@ setup-hugo: image: registry.gitlab.com/pages/hugo/hugo_extended:latest script: - cd ${CI_PROJECT_DIR} - - hugo --minify -t book + - hugo --minify -t hugo-book artifacts: paths: - public