From 036753f52cbbf32c9c84fffa6f35ae3149f51c9f Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 24 Sep 2022 20:41:57 +0800 Subject: [PATCH] chore: update deploy website action --- .github/workflows/deploy-v2-site.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-v2-site.yml b/.github/workflows/deploy-v2-site.yml index d26bc9eb1..98a26ece3 100644 --- a/.github/workflows/deploy-v2-site.yml +++ b/.github/workflows/deploy-v2-site.yml @@ -24,8 +24,17 @@ jobs: run: npx --no-install vant-cli build-site - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.1 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: gh-pages folder: site target-folder: v2 + + - name: Deploy for GitHub 🚀 + uses: JamesIves/github-pages-deploy-action@v4.4.0 + with: + branch: main + folder: packages/vant/site-dist + token: ${{ secrets.VANT_UI_TOKEN }} + repository-name: vant-ui/vant-ui.github.io + target-folder: vant/v2