Skip to content

Commit f148b10

Browse files
DEBUG: DEPLOY ON PUSH
1 parent 89a5bea commit f148b10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-jupyter-book.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy Jupyter Book
22

33
on:
44
push:
5-
branches:
6-
- main
5+
# branches:
6+
# - main
77
pull_request:
88
workflow_dispatch:
99

@@ -105,7 +105,7 @@ jobs:
105105
url: ${{ steps.deployment.outputs.page_url }}
106106
runs-on: ubuntu-latest
107107
needs: [build-book, build-pyodide]
108-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
108+
# if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
109109

110110
steps:
111111

0 commit comments

Comments
 (0)