mirror of
https://github.com/youzan/vant.git
synced 2026-01-16 01:00:26 +08:00
chore: fix duplicate branches
This commit is contained in:
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 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
branch: main
|
||||
folder: packages/vant/site-dist
|
||||
token: ${{ secrets.VANT_UI_TOKEN }}
|
||||
repository-name: vant-ui/vant-ui.github.io
|
||||
branch: main
|
||||
target-folder: vant/v4
|
||||
|
||||
Reference in New Issue
Block a user