mirror of
https://github.com/youzan/vant.git
synced 2026-01-13 07:03:44 +08:00
chore(CI): add clean-exclude
This commit is contained in:
17
.github/workflows/deploy-v4-site.yml
vendored
17
.github/workflows/deploy-v4-site.yml
vendored
@@ -36,7 +36,22 @@ jobs:
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: packages/vant/site-dist
|
||||
clean: false
|
||||
clean: true
|
||||
clean-exclude: |
|
||||
1.x/*
|
||||
1.x/**/*
|
||||
next/*
|
||||
next/**/*
|
||||
v1/*
|
||||
v1/**/*
|
||||
v2/*
|
||||
v2/**/*
|
||||
v3/*
|
||||
v3/**/*
|
||||
v4/*
|
||||
v4/**/*
|
||||
vant-use/*
|
||||
vant-use/**/*
|
||||
|
||||
- name: Deploy for GitHub 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.0
|
||||
|
||||
Reference in New Issue
Block a user