Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2023-01-03 12:11:49 +00:00
parent 3d76e896d1
commit 6a1ee8485c

@ -7,7 +7,6 @@ pages:
script:
- 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 brotli -f -k {} \;
artifacts:
paths:
- public