ci: compress .tpl

This commit is contained in:
MDLeom 2020-12-18 16:12:47 +00:00
parent 0258d16253
commit 4cb067e7f1
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\|conf\|js\|css\)$' -exec gzip -f -k -9 {} \;
- find public -type f -regex '.*\.\(txt\|conf\|tpl\)$' -exec gzip -f -k -9 {} \;
artifacts:
paths: