Skip to content

Commit

Permalink
ci(web-docs.yaml): add uv run
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Jan 28, 2025
1 parent e4952ff commit cf50620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- run: uv pip install mkdocs-material
- run: uv pip install "mkdocstrings[python]"
- run: uv pip install griffe-typingdoc
- run: mkdocs gh-deploy -f docs/mkdocs.yml --force
- run: uv run mkdocs gh-deploy -f docs/mkdocs.yml --force

0 comments on commit cf50620

Please sign in to comment.