Commit 3948ba1b01f2aafee963ec7b1b759018c63565e4

Authored by JinMao
1 parent e74a9ed3

chore: update ci

Showing 1 changed file with 2 additions and 2 deletions
.github/workflows/deploy.yml
... ... @@ -108,9 +108,9 @@ jobs:
108 108 git push origin --delete gh-pages
109 109  
110 110 - name: Deploy
111   - uses: peaceiris/actions-gh-pages@v2.5.0
  111 + uses: peaceiris/actions-gh-pages@v3
112 112 env:
113   - ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
  113 + github_token: ${{secrets.OPER_TOKEN}}
114 114 PUBLISH_BRANCH: gh-pages
115 115 PUBLISH_DIR: ./dist
116 116 CNAME: vben.vvbin.cn
... ...