Skip to content

Commit 6f0074c

Browse files
committed
Fix uv sync command
1 parent d54e211 commit 6f0074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
restore-keys: |
2929
uv-mkdocs-material-
3030
31-
- run: uv pip install ".[docs]"
31+
- run: uv sync --extra docs
3232

3333
- run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)