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 2ca0926 commit c45bdd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
node-version: ${{ matrix.node-version }}

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

- name: Install dependencies
working-directory: ./docusaurus
run: pnpm install

- name: Install and Build Docs
working-directory: ./docusaurus
Expand Down

0 comments on commit c45bdd0

Please sign in to comment.