diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 40c7f76b..2f3ce229 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -7,6 +7,8 @@ on: - 'docs/**/*.md' - 'packages/**/*.md' + workflow_dispatch: + jobs: build-and-deploy: runs-on: ubuntu-latest @@ -22,9 +24,16 @@ jobs: - name: Build Site run: npx --no-install vant-cli build-site - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.1 + - name: Deploy for GitHub 🚀 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages 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