Skip to content

Commit

Permalink
Run pdoc command in poetry context
Browse files Browse the repository at this point in the history
  • Loading branch information
noahhusby committed Sep 16, 2024
1 parent caca20a commit 2c0b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: 🏗 Install dependencies
run: poetry install --no-interaction --with docs
- run: pdoc ./aiostreammagic -o docs/
- run: poetry run python -m pdoc ./aiostreammagic -o docs/
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 2c0b68a

Please sign in to comment.