chore: fix duplicate branches

This commit is contained in:
chenjiahan 2022-09-24 11:43:45 +08:00
parent 070431bef2
commit 9ce2d0753f

View File

@ -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