Update .gitlab-ci.yml
This commit is contained in:
parent
75cdedb97d
commit
ec750dd12d
@ -6,7 +6,7 @@ variables:
|
||||
pages:
|
||||
script:
|
||||
- hugo --gc --minify
|
||||
- gzip -k -9 $(find -printf '"%p"\n' public -type f)
|
||||
- find public -type f -print0 | xargs -0 gzip -9 -k
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Loading…
x
Reference in New Issue
Block a user