Browse Source

chore: upgrade peaceiris/actions-gh-pages to v3

pull/32562/head
afc163 3 years ago
committed by GitHub
parent
commit
f965f99e22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/site-deploy.yml

2
.github/workflows/site-deploy.yml

@ -61,7 +61,7 @@ jobs:
run: npm run predeploy
- name: deploy
uses: peaceiris/actions-gh-pages@v2
uses: peaceiris/actions-gh-pages@v3
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages

Loading…
Cancel
Save