mirror of
https://github.com/youzan/vant.git
synced 2026-01-21 01:15:55 +08:00
build: fix deploy site action (#9555)
This commit is contained in:
4
.github/workflows/deploy-v3-site.yml
vendored
4
.github/workflows/deploy-v3-site.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [dev]
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- 'packages/vant/docs/**'
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
@@ -25,5 +25,5 @@ jobs:
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: packages/vant/site
|
||||
folder: packages/vant/site-dist
|
||||
target-folder: v3
|
||||
|
||||
Reference in New Issue
Block a user