docs: remove all Gitee links (#12845)
This commit is contained in:
24
.github/workflows/deploy-v4-site.yml
vendored
24
.github/workflows/deploy-v4-site.yml
vendored
@@ -32,30 +32,6 @@ jobs:
|
||||
- name: Build Site
|
||||
run: npm run build:site
|
||||
|
||||
- name: Deploy for Gitee 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: packages/vant/site-dist
|
||||
# enable single-commit to reduce the repo size
|
||||
single-commit: true
|
||||
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.6.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user