feat: 更换action

master
绝弹 2023-09-16 16:11:23 +08:00 committed by GitHub
parent 9d73efaac8
commit fb43bcde30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,8 @@ jobs:
run: pnpm run build
- name: 部署到 gh-pages 分支
uses: ftnext/action-push-ghpages@v1.0.0
uses: peaceiris/actions-gh-pages@v3
with:
build_dir: dist
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist