Update .gitlab-ci.yml file
This commit is contained in:
parent
2d0df4dd48
commit
3e9af973f7
|
@ -8,7 +8,7 @@ pages:
|
|||
script:
|
||||
- apk add --update --no-cache git go
|
||||
- git submodule update --init --recursive
|
||||
- hugo mod get -u && hugo --gc --minify
|
||||
- hugo mod get -u && hugo
|
||||
artifacts:
|
||||
paths:
|
||||
# The folder that contains the files to be exposed at the Page URL
|
||||
|
|
Loading…
Reference in a new issue