Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2023-01-03 12:22:30 +00:00
parent 573143e1f7
commit 20d89f8b9b

@ -6,7 +6,7 @@ variables:
pages:
script:
- hugo --gc --minify
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
- gzip -k -9 -r public
artifacts:
paths:
- public