Skip to content

Commit

Permalink
fix: add "uv run" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent 41cd93d commit 45029b2
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 @@ -15,7 +15,7 @@ jobs:
- name: Load development dependencies
run: uv sync --dev
- name: Generate documentation
run: pdoc src/**/*.py --output docs/
run: uv run pdoc src/**/*.py --output docs/
- uses: actions/upload-pages-artifact@v3
with:
path: docs/
Expand Down

0 comments on commit 45029b2

Please sign in to comment.