From 9dea0e957212a144171606e68fb0fd6cc97e6503 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 20 Apr 2024 17:05:44 +0800 Subject: [PATCH] chore: try another branch to fix deployment --- .github/workflows/deploy-v4-site.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index 5eeca2721..22cb5a78e 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -59,11 +59,13 @@ jobs: - name: Deploy for GitHub 🚀 uses: JamesIves/github-pages-deploy-action@v4.6.0 with: - branch: main + branch: gh-pages folder: packages/vant/site-dist token: ${{ secrets.VANT_UI_TOKEN }} repository-name: vant-ui/vant-ui.github.io target-folder: vant + # enable single-commit to reduce the repo size + single-commit: true clean: true clean-exclude: | 1.x/*