mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: bump github-pages-deploy-action@v4.6.0 (#12810)
This commit is contained in:
parent
0c75625b2f
commit
e27847b9db
4
.github/workflows/deploy-v4-site.yml
vendored
4
.github/workflows/deploy-v4-site.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
run: npm run build:site
|
run: npm run build:site
|
||||||
|
|
||||||
- name: Deploy for Gitee 🚀
|
- name: Deploy for Gitee 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: packages/vant/site-dist
|
folder: packages/vant/site-dist
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
vant-use/**/*
|
vant-use/**/*
|
||||||
|
|
||||||
- name: Deploy for GitHub 🚀
|
- name: Deploy for GitHub 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
||||||
with:
|
with:
|
||||||
branch: main
|
branch: main
|
||||||
folder: packages/vant/site-dist
|
folder: packages/vant/site-dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user