Skip to content

Commit 5780bab

Browse files
committed
ci: re-enables conditional publication of website
Fixes #129
1 parent b1b73bf commit 5780bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
CNAME: ${{ secrets.CNAME }}
4747

4848
- uses: JamesIves/github-pages-deploy-action@4.1.6
49-
if: ${{ github.event_name == 'push' }} #&& steps.deploy-on-push.outputs.result != 0 }}
49+
if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
5050
with:
5151
branch: gh-pages
5252
folder: _build/html

0 commit comments

Comments
 (0)