changed var name

This commit is contained in:
Jaikinator
2023-10-06 15:58:31 +02:00
parent 4eef06fc83
commit d2bc0928e0
+1 -1
View File
@@ -24,6 +24,6 @@ jobs:
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: gh-pages publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.TOKEN_GH }}
publish_dir: _build/ publish_dir: _build/
force_orphan: true force_orphan: true