fix: pre-compress .conf

This commit is contained in:
MDLeom 2020-10-08 03:52:08 +00:00
parent e4311dbdca
commit 3123bd2c3b
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +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 {} \;
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|conf\|js\|css\)$' -exec gzip -f -k -9 {} \;
artifacts:
paths: