fix: pre-compress .conf
This commit is contained in:
parent
e4311dbdca
commit
3123bd2c3b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue