Skip to content

Commit 4ff8e9c

Browse files
committed
Remove --group docs flag from docs workflow
1 parent e2fc7eb commit 4ff8e9c

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
@@ -56,7 +56,7 @@ jobs:
5656
python-version-file: ".python-version"
5757

5858
- name: Install the project
59-
run: uv sync --all-extras --group docs
59+
run: uv sync --all-extras
6060

6161
- name: Build docs
6262
run: uv run mkdocs build

0 commit comments

Comments
 (0)