Skip to content

Commit 6892ed1

Browse files
committed
Fix docs workflow
1 parent aa8ba86 commit 6892ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install the project
2626
run: uv sync --all-extras
2727
- name: Build docs
28-
run: pdoc -o docs/ -d google bids2table
28+
run: uv run pdoc -o docs/ -d google bids2table
2929
- uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: docs/

0 commit comments

Comments
 (0)