mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-24 23:49:14 +08:00
chore: fix duplicate branches
This commit is contained in:
parent
070431bef2
commit
9ce2d0753f
3
.github/workflows/deploy-v4-site.yml
vendored
3
.github/workflows/deploy-v4-site.yml
vendored
@ -41,9 +41,8 @@ jobs:
|
|||||||
- name: Deploy for GitHub 🚀
|
- name: Deploy for GitHub 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.4.0
|
uses: JamesIves/github-pages-deploy-action@4.4.0
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: main
|
||||||
folder: packages/vant/site-dist
|
folder: packages/vant/site-dist
|
||||||
token: ${{ secrets.VANT_UI_TOKEN }}
|
token: ${{ secrets.VANT_UI_TOKEN }}
|
||||||
repository-name: vant-ui/vant-ui.github.io
|
repository-name: vant-ui/vant-ui.github.io
|
||||||
branch: main
|
|
||||||
target-folder: vant/v4
|
target-folder: vant/v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user