build: fix deploy site action (#9555)

This commit is contained in:
neverland 2021-09-23 17:24:37 +08:00 committed by GitHub
parent 0fc3361226
commit b45ef47929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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