that should fix it
This commit is contained in:
parent
215add3131
commit
fc655f7a89
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
steps:
|
||||
- name: Check out this repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Install needed node modules
|
||||
run: |-
|
||||
npm i
|
||||
- name: Fetch latest data
|
||||
run: |-
|
||||
npm run update-blocklist
|
||||
|
Loading…
Reference in New Issue
Block a user