Skip to content

Commit 52d6dff

Browse files
author
colyerdeng
committed
ci: fix uv command in deploy docs workflow
1 parent 56fe2d0 commit 52d6dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Build and deploy documentation
24-
run: uvx mkdocs gh-deploy --force
24+
run: uv run mkdocs gh-deploy --force
2525
env:
2626
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)