We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a753d12 commit cb002a0Copy full SHA for cb002a0
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
run: uv sync --frozen --all-extras --dev
36
37
- name: Build docs
38
- run: pdoc -o docs/ chordnet
+ run: uv run pdoc -o docs/ chordnet
39
40
- uses: actions/upload-pages-artifact@v4
41
with:
0 commit comments