Skip to content

Commit

Permalink
DEBUG: DEPLOY ON PUSH
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jan 7, 2025
1 parent c1bc85f commit 1e75f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-jupyter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy Jupyter Book

on:
push:
branches:
- main
# branches:
# - main
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -100,7 +100,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 1e75f05

Please # to comment.