We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3a3e2c + e1fe7b2 commit f6cd04aCopy full SHA for f6cd04a
1 file changed
.github/workflows/docs.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Set up Python
20
run: uv python install 3.11
21
- name: Install dependencies
22
- run: uv sync --extra docs
+ run: uv sync --group docs
23
- name: Deploy docs
24
run: uv run mkdocs gh-deploy --force
0 commit comments