changed branch name

This commit is contained in:
Jaikinator
2023-10-06 15:34:03 +02:00
parent 5a07825db4
commit 4eef06fc83
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}
with: with:
publish_branch: test_sphinx_actions publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/ publish_dir: _build/
force_orphan: true force_orphan: true