build: fix tracking-filter path

This commit is contained in:
MDLeom 2021-05-31 10:48:51 +00:00
parent bdb7a0316c
commit 7f5e5783af
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ pages:
- cp phishing-filter/dist/phishing-filter* public/
- cp pup-filter/dist/pup-filter* public/
- cp oisd/* public/
- cp tracking-filter/* public/
- cp tracking-filter/dist/* public/
- find public -type f -regex '.*\.\(txt\|conf\|tpl\|rules\)$' -exec gzip -f -k -9 {} \;
- find public -type f -regex '.*\.\(txt\|conf\|tpl\|rules\)$' -exec brotli -f -k -9 {} \;