Skip to content

Commit 14a7fbf

Browse files
committed
fix
1 parent 6762750 commit 14a7fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: yezz123/setup-uv@v4
2121
- name: Install dependencies
2222
run: |
23-
uv sync --extra testing
23+
uv sync --group docs
2424
- name: Build docs with MkDocs
2525
run: |
2626
make docs

0 commit comments

Comments
 (0)