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 a30f65c commit 1468660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install pnpm
run: npm install -g pnpm

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

0 comments on commit 1468660

Please sign in to comment.