Skip to content

Commit cb002a0

Browse files
committed
run pdoc in uv
1 parent a753d12 commit cb002a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: uv sync --frozen --all-extras --dev
3636

3737
- name: Build docs
38-
run: pdoc -o docs/ chordnet
38+
run: uv run pdoc -o docs/ chordnet
3939

4040
- uses: actions/upload-pages-artifact@v4
4141
with:

0 commit comments

Comments
 (0)