We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs.yml
1 parent 3fb29f8 commit 4d96b26Copy full SHA for 4d96b26
1 file changed
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install uv
28
uses: astral-sh/setup-uv@v5
29
# ADJUST THIS: install all dependencies (including pdoc)
30
- - run: uv sync
+ - 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
0 commit comments