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 89a5bea commit f148b10Copy full SHA for f148b10
.github/workflows/deploy-jupyter-book.yml
@@ -2,8 +2,8 @@ name: Deploy Jupyter Book
2
3
on:
4
push:
5
- branches:
6
- - main
+ # branches:
+ # - main
7
pull_request:
8
workflow_dispatch:
9
@@ -105,7 +105,7 @@ jobs:
105
url: ${{ steps.deployment.outputs.page_url }}
106
runs-on: ubuntu-latest
107
needs: [build-book, build-pyodide]
108
- if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
+ # if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
109
110
steps:
111
0 commit comments