We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97751de commit 4d36389Copy full SHA for 4d36389
.github/workflows/deploy-docs.yml
@@ -32,7 +32,7 @@ jobs:
32
version: latest
33
34
- name: Install dependencies
35
- run: uv sync --only docs
+ run: uv sync --only-group docs
36
37
- name: Deploy docs
38
run: uv run mkdocs gh-deploy --force
0 commit comments