fix: include urlhaus-filter.txt

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

View File

@ -7,7 +7,7 @@ pages:
script: script:
- mkdir -p public/ - mkdir -p public/
- cp urlhaus-filter/urlhaus-filter-* 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 '.*\.\(htm\|html\|txt\|text\|conf\|js\|css\)$' -exec gzip -f -k -9 {} \;
artifacts: artifacts: