From 1dfa8359a10e421774179387ddc8ca35493a6ecb Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 21 May 2023 23:05:20 +0800 Subject: [PATCH] chore: update deploy-v2-site.yml --- .github/workflows/deploy-v2-site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-v2-site.yml b/.github/workflows/deploy-v2-site.yml index 98a26ece3..2cdb3ba30 100644 --- a/.github/workflows/deploy-v2-site.yml +++ b/.github/workflows/deploy-v2-site.yml @@ -24,17 +24,17 @@ jobs: run: npx --no-install vant-cli build-site - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages folder: site target-folder: v2 - name: Deploy for GitHub 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: main - folder: packages/vant/site-dist + folder: site token: ${{ secrets.VANT_UI_TOKEN }} repository-name: vant-ui/vant-ui.github.io target-folder: vant/v2