We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab1c74 commit 9545804Copy full SHA for 9545804
.github/workflows/build.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: "Build docs"
49
working-directory: docs/
50
run: |
51
- uv run sphinx-build -aEWT --keep-going docs/ docs/build
+ uv run sphinx-build -aEWT --keep-going ./ ./build
52
53
- name: "Upload artifacts"
54
uses: actions/upload-artifact@v4
0 commit comments