We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b73bf commit 5780babCopy full SHA for 5780bab
.github/workflows/sphinx.yml
@@ -46,7 +46,7 @@ jobs:
46
CNAME: ${{ secrets.CNAME }}
47
48
- uses: JamesIves/[email protected]
49
- if: ${{ github.event_name == 'push' }} #&& steps.deploy-on-push.outputs.result != 0 }}
+ if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
50
with:
51
branch: gh-pages
52
folder: _build/html
0 commit comments