From 06199faf2c170bcd95e6aa49b51d981373ac42a6 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Mon, 21 Feb 2022 12:22:46 +0800 Subject: [PATCH] build: deploy v4 site --- .github/workflows/{deploy-v3-site.yml => deploy-v4-site.yml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{deploy-v3-site.yml => deploy-v4-site.yml} (91%) diff --git a/.github/workflows/deploy-v3-site.yml b/.github/workflows/deploy-v4-site.yml similarity index 91% rename from .github/workflows/deploy-v3-site.yml rename to .github/workflows/deploy-v4-site.yml index e2e7950eb..8b544781d 100644 --- a/.github/workflows/deploy-v3-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -2,7 +2,7 @@ name: Deploy V3 Site on: push: - branches: [dev] + branches: [next] paths: - 'packages/vant/docs/**' @@ -13,7 +13,7 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v2 with: - ref: 'dev' + ref: 'next' - name: Install pnpm uses: pnpm/action-setup@v2.0.1 @@ -36,4 +36,5 @@ jobs: with: branch: gh-pages folder: packages/vant/site-dist + target-folder: v4 clean: false