Update .gitlab-ci.yml file
This commit is contained in:
parent
73e46b41a1
commit
6e224349d0
@ -7,7 +7,6 @@ pages:
|
|||||||
script:
|
script:
|
||||||
- hugo --gc --minify
|
- hugo --gc --minify
|
||||||
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
|
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
|
||||||
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec brotli -f -k {} \;
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user