Skip to content

Commit a5d702e

Browse files
committed
Fix build command in GitHub Actions workflow for documentation
1 parent 935ad4e commit a5d702e

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-
uv run ./utils/args.py && uv run sphinx-build -j auto docs _build
44+
cd docs && uv run ../utils/args.py && uv run sphinx-build -j auto . ../_build && cd ..
4545
- name: Setup Pages
4646
uses: actions/configure-pages@v5
4747
- name: Upload artifact

0 commit comments

Comments
 (0)