Skip to content

Commit

Permalink
fix: use correct python doc script
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbalbas committed Apr 18, 2024
1 parent 2363182 commit 6a621b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Generate docs
run: |
cd sdks/python
poetry run poe generate-docs
poetry run poe doc
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 6a621b8

Please sign in to comment.