Skip to content

Commit 9545804

Browse files
committed
fix ci
1 parent 2ab1c74 commit 9545804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: "Build docs"
4949
working-directory: docs/
5050
run: |
51-
uv run sphinx-build -aEWT --keep-going docs/ docs/build
51+
uv run sphinx-build -aEWT --keep-going ./ ./build
5252
5353
- name: "Upload artifacts"
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)