Update .gitlab-ci.yml file

This commit is contained in:
Chris Cowley 2024-01-18 19:23:33 +00:00
parent abee8be6d7
commit 36a2db22de

View file

@ -2,7 +2,7 @@
image: klakegg/hugo:alpine image: klakegg/hugo:alpine
pages: pages:
script: script:
- hugo --gv --minify - hugo --gc --minify
artifacts: artifacts:
paths: paths:
# The folder that contains the files to be exposed at the Page URL # The folder that contains the files to be exposed at the Page URL