We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d082732 commit 3fa106cCopy full SHA for 3fa106c
.github/workflows/docs.yml
@@ -67,7 +67,7 @@ jobs:
67
python-version-file: ".python-version"
68
69
- name: Install the project
70
- run: uv sync --all-extras --group docs --prerelease=allow
+ run: uv sync --group docs --prerelease=allow
71
72
- name: Build docs
73
run: uv run --frozen mkdocs build
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
- run: uv sync --all-extras --group docs --frozen
+ run: uv sync --group docs --frozen
108
109
- name: Configure Git Credentials
110
run: |
0 commit comments