Skip to content

Commit

Permalink
fix: ci
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 45f6e0b commit 3fc807d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
uses: actions/setup-node@v3

- name: Docs
run: cd docusaurus && npm install pnpm && pnpm build && pnpm deploy
run: cd docusaurus && npm install pnpm --legacy-peer-deps && pnpm build && pnpm deploy

0 comments on commit 3fc807d

Please sign in to comment.