Update .gitlab-ci.yml

This commit is contained in:
Denys Konovalov 2023-01-06 23:12:10 +00:00
parent ee1ebe6240
commit c298ce85e9

@ -6,7 +6,7 @@ variables:
pages:
script:
- hugo --gc --minify
- gzip -k -9 $(find public -type f)
- gzip -k -9 $(find -printf '"%p"\n' public -type f)
artifacts:
paths:
- public