This commit is contained in:
Jaikinator
2023-10-06 15:29:18 +02:00
parent 9fcc20bc96
commit 92ff7af766
+2 -2
View File
@@ -18,12 +18,12 @@ jobs:
run: |
sphinx-apidoc -o source scraibe/
sphinx-build source docs
- 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: sphinx_action
publish_branch: est_shinx_actions
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true