Update .gitlab-ci.yml file
This commit is contained in:
parent
2bfbc1be5a
commit
19e704dd52
|
@ -6,7 +6,7 @@ variables:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo mod get -u && 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
|
||||||
|
|
Loading…
Reference in a new issue