From 6e224349d0f297ee591369f121d2ab6c7503d794 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 3 Jan 2023 12:11:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) 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