From c2f57ded432016d846e1536ab92efc70b37c55db Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 25 Feb 2023 20:06:33 +0800 Subject: [PATCH] docs: clean website assets (#11617) --- .github/workflows/deploy-v4-site.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index dea8a1959..7233695a5 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -46,4 +46,19 @@ jobs: token: ${{ secrets.VANT_UI_TOKEN }} repository-name: vant-ui/vant-ui.github.io target-folder: vant - clean: false + clean: true + clean-exclude: | + 1.x/* + 1.x/**/* + next/* + next/**/* + v1/* + v1/**/* + v2/* + v2/**/* + v3/* + v3/**/* + v4/* + v4/**/* + vant-use/* + vant-use/**/*