Update .gitlab-ci.yml
This commit is contained in:
parent
5d1b96bd7e
commit
ad5e2a0223
@ -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