Skip to content

Commit e1fe7b2

Browse files
committed
fix(ci): correct docs group
1 parent a841a45 commit e1fe7b2

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
@@ -19,6 +19,6 @@ jobs:
1919
- name: Set up Python
2020
run: uv python install 3.11
2121
- name: Install dependencies
22-
run: uv sync --extra docs
22+
run: uv sync --group docs
2323
- name: Deploy docs
2424
run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)