Skip to content

Commit e0c35a8

Browse files
committed
change docs build path from _build to .
maybe this works now?
1 parent 97c68a5 commit e0c35a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
pip install .
2323
- name: Sphinx build
2424
run: |
25-
sphinx-build docs/source _build
25+
sphinx-build docs/source .
2626
- name: Deploy to GitHub Pages
2727
uses: peaceiris/actions-gh-pages@v3
2828
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2929
with:
3030
publish_branch: gh-pages
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: _build/
32+
publish_dir: .
3333
force_orphan: true

0 commit comments

Comments
 (0)