From e4311dbdca34e5dd761ef3dd21d5b0476699fcb3 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 8 Oct 2020 03:49:32 +0000 Subject: [PATCH] feat: pre-compressed text file - https://docs.gitlab.com/ee/user/project/pages/introduction.html#serving-compressed-assets --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 127dbd3..92b4994 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ pages: script: - mkdir -p public/ - cp urlhaus-filter/urlhaus-filter-* public/ + - find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k -9 {} \; artifacts: paths: