Skip to content

Commit

Permalink
chore: try another branch to fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Apr 20, 2024
1 parent cad48e3 commit 9dea0e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-v4-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ jobs:
- name: Deploy for GitHub 🚀
uses: JamesIves/[email protected]
with:
branch: main
branch: gh-pages
folder: packages/vant/site-dist
token: ${{ secrets.VANT_UI_TOKEN }}
repository-name: vant-ui/vant-ui.github.io
target-folder: vant
# enable single-commit to reduce the repo size
single-commit: true
clean: true
clean-exclude: |
1.x/*
Expand Down

0 comments on commit 9dea0e9

Please sign in to comment.