We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs.yml
1 parent 4d96b26 commit 0cb7ea0Copy full SHA for 0cb7ea0
1 file changed
.github/workflows/docs.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: uv sync --group doc
31
# ADJUST THIS: build your documentation into docs/.
32
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
33
- - run: python docs/make.py
+ - run: uv run docs/make.py
34
- uses: actions/configure-pages@v4
35
36
0 commit comments