Skip to content

Commit

Permalink
CI: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Apr 10, 2024
1 parent 954f7ea commit e410416
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,3 @@ jobs:

- name: test
run: pnpm test
docs:
name: generate docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 8.6.11
- uses: actions/setup-node@v2
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
cache: pnpm

- name: install deps
run: pnpm install

- name: build
run: pnpm build --no-docs

- name: build docs
run: pnpm build --docs

- name: deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/public

0 comments on commit e410416

Please sign in to comment.