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