Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Vishnu committed Aug 20, 2024
1 parent 5ed3e97 commit 2028f78
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 @@ -28,5 +28,5 @@ jobs:
node-version: ${{ matrix.node-version }}

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

0 comments on commit 2028f78

Please sign in to comment.