Skip to content

Commit d05e0e5

Browse files
authored
fix: Update github deploy action version and config (#37)
1 parent 58804b4 commit d05e0e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run build
3333

3434
- name: Deploy to gh-pages
35-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@v4
3636
with:
37-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
37+
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3838
publish_dir: ./build

0 commit comments

Comments
 (0)