mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: fix github-pages-deploy-action version
This commit is contained in:
parent
9ce2d0753f
commit
20310110e3
4
.github/workflows/deploy-v4-site.yml
vendored
4
.github/workflows/deploy-v4-site.yml
vendored
@ -32,14 +32,14 @@ jobs:
|
||||
run: npm run build:site
|
||||
|
||||
- name: Deploy for Gitee 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.0
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: packages/vant/site-dist
|
||||
target-folder: v4
|
||||
|
||||
- name: Deploy for GitHub 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.0
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.0
|
||||
with:
|
||||
branch: main
|
||||
folder: packages/vant/site-dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user