We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57bb4c commit 9ea4cbcCopy full SHA for 9ea4cbc
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '14'
+ node-version: latest
20
21
- name: Install dependencies
22
run: npm install
@@ -27,5 +27,5 @@ jobs:
27
- name: Deploy to GitHub Pages
28
uses: peaceiris/actions-gh-pages@v3
29
30
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: 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
31
publish_dir: ./build
0 commit comments