Skip to content

Commit cf23b5d

Browse files
committed
fix: build command
1 parent c98d534 commit cf23b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: astral-sh/setup-uv@v5
1616
- name: Sphinx build
1717
run: |
18-
uv run sphinx-build doc _build
18+
uv run sphinx-build -b html . _build
1919
- name: Deploy to GitHub Pages
2020
uses: peaceiris/actions-gh-pages@v3
2121
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)