Skip to content

Commit fc81be9

Browse files
committed
Fix docs GHA workflow since migrating to uv
The command is `uv sync`, not `uv install`.
1 parent 43c782f commit fc81be9

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
@@ -30,5 +30,5 @@ jobs:
3030
path: .cache
3131
restore-keys: |
3232
mkdocs-material-
33-
- run: uv install --group docs
33+
- run: uv sync --group docs
3434
- run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)