Skip to content

Commit

Permalink
fix: add "python -m" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent fa5d6f8 commit 2cd8b20
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 @@ -11,7 +11,7 @@ jobs:
- run: export UV_LINK_MODE=copy
- run: uv sync --dev --python-preference system
- run: source .venv/bin/activate
- run: pdoc src/**/*.py --output docs/
- run: python -m pdoc src/**/*.py --output docs/
- uses: actions/upload-pages-artifact@v3
with:
path: docs/
Expand Down

0 comments on commit 2cd8b20

Please sign in to comment.