Skip to content

Commit 82a6fbc

Browse files
committed
fix github node actions dependence error
1 parent b9646f5 commit 82a6fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/setup-node@v2
2929
with:
3030
node-version: '12'
31+
- run: npm install node-fetch
3132
- run: node _tools/newpostcheck.js
3233

3334
- name: Deploy

0 commit comments

Comments
 (0)