mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
build: fix deploy site action (#9555)
This commit is contained in:
parent
0fc3361226
commit
b45ef47929
4
.github/workflows/deploy-v3-site.yml
vendored
4
.github/workflows/deploy-v3-site.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [dev]
|
branches: [dev]
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'packages/vant/docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
@ -25,5 +25,5 @@ jobs:
|
|||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: packages/vant/site
|
folder: packages/vant/site-dist
|
||||||
target-folder: v3
|
target-folder: v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user