Skip to content

Commit

Permalink
chore: deploy site
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Jan 3, 2024
1 parent a01dc0b commit 2a83cdb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
node-version-file: '.node-version'
cache: 'pnpm'

- run: pnpm install

- name: Build Site
run: pnpm run build

Expand All @@ -33,7 +35,7 @@ jobs:
folder: dist
token: ${{ secrets.VANT_UI_TOKEN }}
repository-name: vant-ui/vant-ui.github.io
target-folder: vant-playground
target-folder: playground
# enable single-commit to reduce the repo size
single-commit: true
clean: true
clean: true

0 comments on commit 2a83cdb

Please sign in to comment.