Skip to content

Commit 4d96b26

Browse files
committed
patch docs.yml
1 parent 3fb29f8 commit 4d96b26

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v5
2929
# ADJUST THIS: install all dependencies (including pdoc)
30-
- run: uv sync
30+
- 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.
3333
- run: python docs/make.py

0 commit comments

Comments
 (0)