diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 010ec4f..c6578c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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