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