feat: pre-compressed text file
- https://docs.gitlab.com/ee/user/project/pages/introduction.html#serving-compressed-assets
This commit is contained in:
parent
66343ae342
commit
e4311dbdca
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue