This commit is contained in:
Norbert
2023-05-14 23:43:53 +02:00
parent 7e37946e8b
commit 1b6460fcd8
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -26,14 +26,13 @@ jobs:
- name: Install npm dependencies
run: npm ci
working-directory: cloudflare-gateway-pihole-scripts
- name: Download recommended filters
run: bash ./get_recommended_filters.sh
working-directory: cloudflare-gateway-pihole-scripts
- name: Download recommended whitelist
run: bash ./get_recommended_whitelist.sh
working-directory: cloudflare-gateway-pihole-scripts
- name: Download recommended filters
run: bash ./get_recommended_filters.sh
working-directory: cloudflare-gateway-pihole-scripts
- name: Delete old rules and lists
run: |