Update .gitlab-ci.yml file
This commit is contained in:
parent
52454a9d9f
commit
7ba45edd85
@ -6,7 +6,7 @@ variables:
|
|||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo --gc --minify
|
- hugo --gc --minify
|
||||||
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
|
- gzip -k -9 -r public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user