Skip to content

Commit 3288ddc

Browse files
committed
Trying to help actions find the source directory
1 parent 2fcfc12 commit 3288ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pip install sphinx sphinx_rtd_theme
1414
- name: Sphinx build
1515
run: |
16-
sphinx-build html docs _build
16+
sphinx-build docs _build
1717
- name: Deploy
1818
uses: peaceiris/actions-gh-pages@v3
1919
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)