Skip to content

Commit 4f3a497

Browse files
committed
test 2
1 parent 2b7ea36 commit 4f3a497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm run build
2626

2727
- name: Deploy
28-
uses: peaceiris/actions-gh-pages@v3
28+
uses: peaceiris/actions-gh-pages@v4
2929
with:
30-
github_token: ${{ secrets.DEPLOY_TOKEN }}
30+
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
publish_dir: ./public

0 commit comments

Comments
 (0)