Skip to content

Commit

Permalink
fix: ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Sharma - s0s0p6u authored and Shubham Sharma - s0s0p6u committed Jan 10, 2025
1 parent 7160756 commit 3bc0aae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Docs
run: cd docusaurus && npm install pnpm && pnpm build && pnpm deploy
- name: Install pnpm
run: npm install -g pnpm

- name: Install and Build Docs
working-directory: ./docusaurus
run: |
pnpm install --force
pnpm build

0 comments on commit 3bc0aae

Please sign in to comment.