Skip to content

Commit

Permalink
ci: fix the wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
Illustar0 committed Feb 11, 2025
1 parent e9da782 commit 25e764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uv sync
uv run pip install sphinx sphinx_book_theme myst_parser sphinx-design sphinx-markdown-builder autodoc_pydantic
cd docs
uv make html
uv run make html
- name: Upload static files as artifact
id: deployment
Expand Down

0 comments on commit 25e764f

Please sign in to comment.