From 9ce8074b1e2c3d573a31079cf6365a82debda28a Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 9 Sep 2023 09:02:03 +0800 Subject: [PATCH] chore(CI): enable single-commit to reduce the repo size (#12268) --- .github/workflows/deploy-v4-site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index 9de40000d..7fe7aec48 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -61,6 +61,8 @@ jobs: 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/*