mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: try another branch to fix deployment
This commit is contained in:
parent
cad48e3fa1
commit
9dea0e9572
4
.github/workflows/deploy-v4-site.yml
vendored
4
.github/workflows/deploy-v4-site.yml
vendored
@ -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/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user