mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
chore(workflow): fix failed to deploy website (#5776)
This commit is contained in:
parent
c38c931325
commit
04c8783b1d
15
.github/workflows/deploy-site.yml
vendored
15
.github/workflows/deploy-site.yml
vendored
@ -7,6 +7,8 @@ on:
|
|||||||
- 'docs/**/*.md'
|
- 'docs/**/*.md'
|
||||||
- 'packages/**/*.md'
|
- 'packages/**/*.md'
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -22,9 +24,16 @@ jobs:
|
|||||||
- name: Build Site
|
- name: Build Site
|
||||||
run: npx --no-install vant-cli build-site
|
run: npx --no-install vant-cli build-site
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy for GitHub 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: site-dist
|
folder: site-dist
|
||||||
clean-exclude: 0.x
|
token: ${{ secrets.VANT_UI_TOKEN }}
|
||||||
|
repository-name: vant-ui/vant-ui.github.io
|
||||||
|
target-folder: vant-weapp
|
||||||
|
# enable single-commit to reduce the repo size
|
||||||
|
single-commit: true
|
||||||
|
clean: true
|
||||||
|
clean-exclude: |
|
||||||
|
0.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user