chore: try another branch to fix deployment

This commit is contained in:
chenjiahan 2024-04-20 17:05:44 +08:00
parent cad48e3fa1
commit 9dea0e9572

View File

@ -59,11 +59,13 @@ jobs:
- name: Deploy for GitHub 🚀 - name: Deploy for GitHub 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.0 uses: JamesIves/github-pages-deploy-action@v4.6.0
with: with:
branch: main branch: gh-pages
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
target-folder: vant target-folder: vant
# enable single-commit to reduce the repo size
single-commit: true
clean: true clean: true
clean-exclude: | clean-exclude: |
1.x/* 1.x/*