Skip to content

Commit 70f5648

Browse files
Add documentation build
1 parent 84bbb90 commit 70f5648

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publishTest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
# uv run sphinx-build -b html . _build
4747

4848
- name: Build docs
49-
run: uv run sphinx-build -b html . ./html
49+
run: |
50+
cd docs/
51+
uv run sphinx-build -b html . ./html
5052
5153
- name: Publish distribution 📦 to Test PyPI with UV
5254
run: uv publish --token ${{ secrets.TEST_PYPI_API_TOKEN }} --publish-url https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)