Skip to content

Commit

Permalink
DEBUG: Run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jul 25, 2023
1 parent d895258 commit dcbec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-jupyter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: [build-book, build-pyodide]
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
# if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'

steps:

Expand Down

0 comments on commit dcbec02

Please sign in to comment.