change publish dir

This commit is contained in:
Jaikinator
2023-10-06 16:05:59 +02:00
parent 14be0a2456
commit cec01417ca
+1 -2
View File
@@ -18,12 +18,11 @@ jobs:
run: |
sphinx-apidoc -o source scraibe/
sphinx-build source docs
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.TOKEN_GH }}
publish_dir: _build/
publish_dir: ./docs
force_orphan: true