Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanpan11 committed Jul 5, 2024
1 parent 736aaf1 commit 074e71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
node-version: "20"
- run: npm install pnpm -g
- run: pnpm install
- run: pnpm build:homepage
- run: docs:build

- name: deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: dist
folder: docs-dist

0 comments on commit 074e71c

Please sign in to comment.