We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bbb90 commit 70f5648Copy full SHA for 70f5648
1 file changed
.github/workflows/publishTest.yml
@@ -46,7 +46,9 @@ jobs:
46
# uv run sphinx-build -b html . _build
47
48
- name: Build docs
49
- run: uv run sphinx-build -b html . ./html
+ run: |
50
+ cd docs/
51
+ uv run sphinx-build -b html . ./html
52
53
- name: Publish distribution 📦 to Test PyPI with UV
54
run: uv publish --token ${{ secrets.TEST_PYPI_API_TOKEN }} --publish-url https://test.pypi.org/legacy/
0 commit comments