We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c68a5 commit e0c35a8Copy full SHA for e0c35a8
.github/workflows/documentation.yml
@@ -22,12 +22,12 @@ jobs:
22
pip install .
23
- name: Sphinx build
24
run: |
25
- sphinx-build docs/source _build
+ sphinx-build docs/source .
26
- name: Deploy to GitHub Pages
27
uses: peaceiris/actions-gh-pages@v3
28
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
29
with:
30
publish_branch: gh-pages
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
- publish_dir: _build/
+ publish_dir: .
33
force_orphan: true
0 commit comments