Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 22, 2024
1 parent 7c6e7d9 commit 52be784
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 @@ -40,6 +40,6 @@ jobs:
- name: Run unit tests
run: pnpm test
- name: Generate/update docs
run: pnpm doc
run: cp -r guides/ lib && pnpm doc && rm -rf lib/guides
- name: Save upgraded packages back to repo
run: git add . && git commit -m "upgrade deps && docs" && git push origin main

0 comments on commit 52be784

Please sign in to comment.