Update .gitlab-ci.yml
This commit is contained in:
parent
d8d72790c8
commit
ee1ebe6240
@ -5,7 +5,8 @@ variables:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo --gc --minify && gzip -k -9 $(find public -type f)
|
- hugo --gc --minify
|
||||||
|
- gzip -k -9 $(find public -type f)
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user