Skip to content

Commit 935ad4e

Browse files
committed
minor fix action
1 parent aaa4442 commit 935ad4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: astral-sh/setup-uv@v5
4242
- name: Build docs
4343
run: |
44-
cd docs && uv run make html
44+
uv run ./utils/args.py && uv run sphinx-build -j auto docs _build
4545
- name: Setup Pages
4646
uses: actions/configure-pages@v5
4747
- name: Upload artifact

0 commit comments

Comments
 (0)