From 25e764f9aa89472789dfee124a210eb423cf7c7c Mon Sep 17 00:00:00 2001 From: Illustar0 Date: Tue, 11 Feb 2025 17:13:04 +0800 Subject: [PATCH] ci: fix the wrong command --- .github/workflows/build-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 19f417e..e8ca4fd 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -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