Skip to content

Commit 3fa106c

Browse files
committed
Update docs action
1 parent d082732 commit 3fa106c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version-file: ".python-version"
6868

6969
- name: Install the project
70-
run: uv sync --all-extras --group docs --prerelease=allow
70+
run: uv sync --group docs --prerelease=allow
7171

7272
- name: Build docs
7373
run: uv run --frozen mkdocs build
@@ -104,7 +104,7 @@ jobs:
104104
python-version-file: ".python-version"
105105

106106
- name: Install the project
107-
run: uv sync --all-extras --group docs --frozen
107+
run: uv sync --group docs --frozen
108108

109109
- name: Configure Git Credentials
110110
run: |

0 commit comments

Comments
 (0)