Update .gitlab-ci.yml file

This commit is contained in:
Chris Cochrun 2022-10-27 18:27:30 +00:00
parent 2d0df4dd48
commit 3e9af973f7

View file

@ -8,7 +8,7 @@ pages:
script: script:
- apk add --update --no-cache git go - apk add --update --no-cache git go
- git submodule update --init --recursive - git submodule update --init --recursive
- hugo mod get -u && hugo --gc --minify - hugo mod get -u && hugo
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