1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

build: fix deploy site action ()

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

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