We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8ba86 commit 6892ed1Copy full SHA for 6892ed1
1 file changed
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install the project
26
run: uv sync --all-extras
27
- name: Build docs
28
- run: pdoc -o docs/ -d google bids2table
+ run: uv run pdoc -o docs/ -d google bids2table
29
- uses: actions/upload-pages-artifact@v3
30
with:
31
path: docs/
0 commit comments