Skip to content

Commit 9ea4cbc

Browse files
authored
Update deploy.yml
Signed-off-by: SamGu-NRX <[email protected]>
1 parent a57bb4c commit 9ea4cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '14'
19+
node-version: latest
2020

2121
- name: Install dependencies
2222
run: npm install
@@ -27,5 +27,5 @@ jobs:
2727
- name: Deploy to GitHub Pages
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
github_token: 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
3131
publish_dir: ./build

0 commit comments

Comments
 (0)