Skip to content

Commit 1e807f8

Browse files
committed
Use --only-group instead of --group
1 parent 55323bb commit 1e807f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version: latest
3333

3434
- name: Install dependencies
35-
run: uv sync --only docs
35+
run: uv sync --only-group docs
3636

3737
- name: Deploy docs
3838
run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)