Skip to content

Commit

Permalink
fix: invert CI run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gy committed Nov 17, 2024
1 parent 76d0eeb commit 2a1f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
docs:
# No need to rebuild the docs if this is a release
if: ${{ github.event_name == 'release' }}
if: ${{ github.event_name != 'release' }}
name: Build Jupyter Book with Jupyter Lite and publish to GitHub Pages
runs-on: ubuntu-latest

Expand Down

0 comments on commit 2a1f386

Please sign in to comment.