Skip to content

Commit 992fedb

Browse files
committed
fix docs deployment, use uv
1 parent 0e6f248 commit 992fedb

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
@@ -26,4 +26,4 @@ jobs:
2626
uv sync --locked --all-groups
2727
2828
- name: Deploy
29-
run: mkdocs gh-deploy --force
29+
run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)