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