Skip to content

Commit 0cb7ea0

Browse files
committed
patch docs.yml
1 parent 4d96b26 commit 0cb7ea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: uv sync --group doc
3131
# ADJUST THIS: build your documentation into docs/.
3232
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
33-
- run: python docs/make.py
33+
- run: uv run docs/make.py
3434
- uses: actions/configure-pages@v4
3535

3636

0 commit comments

Comments
 (0)