feat: 更换action
parent
9d73efaac8
commit
fb43bcde30
|
|
@ -25,7 +25,8 @@ jobs:
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: 部署到 gh-pages 分支
|
- name: 部署到 gh-pages 分支
|
||||||
uses: ftnext/action-push-ghpages@v1.0.0
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
build_dir: dist
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_branch: gh-pages
|
||||||
|
publish_dir: ./dist
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue