We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9646f5 commit 82a6fbcCopy full SHA for 82a6fbc
.github/workflows/gh-pages.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: actions/setup-node@v2
29
with:
30
node-version: '12'
31
+ - run: npm install node-fetch
32
- run: node _tools/newpostcheck.js
33
34
- name: Deploy
0 commit comments