Update .gitlab-ci.yml file

This commit is contained in:
Chris Cowley 2024-01-18 19:25:01 +00:00
parent 36a2db22de
commit cbfe61512c

View file

@ -1,5 +1,5 @@
# The Docker image that will be used to build your app # The Docker image that will be used to build your app
image: klakegg/hugo:alpine image: klakegg/hugo:ci
pages: pages:
script: script:
- hugo --gc --minify - hugo --gc --minify