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:
|
steps:
|
||||||
- name: Check out this repo
|
- name: Check out this repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Install needed node modules
|
||||||
|
run: |-
|
||||||
|
npm i
|
||||||
- name: Fetch latest data
|
- name: Fetch latest data
|
||||||
run: |-
|
run: |-
|
||||||
npm run update-blocklist
|
npm run update-blocklist
|
||||||
|
Loading…
Reference in New Issue
Block a user