chore: update action for deploy website (#11083)

This commit is contained in:
neverland 2022-09-24 11:42:31 +08:00 committed by GitHub
parent febb0a8a1b
commit 070431bef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,19 @@ jobs:
- name: Build Site
run: npm run build:site
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.1
- name: Deploy for Gitee 🚀
uses: JamesIves/github-pages-deploy-action@4.4.0
with:
branch: gh-pages
folder: packages/vant/site-dist
target-folder: v4
clean: false
- name: Deploy for GitHub 🚀
uses: JamesIves/github-pages-deploy-action@4.4.0
with:
branch: gh-pages
folder: packages/vant/site-dist
token: ${{ secrets.VANT_UI_TOKEN }}
repository-name: vant-ui/vant-ui.github.io
branch: main
target-folder: vant/v4