From e4104163c8535f17fa1ec866d5a93c45c007e797 Mon Sep 17 00:00:00 2001 From: Luke-zhang-04 Date: Wed, 10 Apr 2024 10:42:07 -0400 Subject: [PATCH] CI: update CI --- .github/workflows/CI.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ae7b7949..afb09bc9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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/action-setup@v2.0.1 - 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/github-pages-deploy-action@4.1.0 - with: - branch: gh-pages - folder: docs/public