Skip to content

Commit

Permalink
Update deploy-book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Mar 29, 2024
1 parent 92f9807 commit e3b8635
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
push:
branches:
- main
# If your git repository has the Jupyter Book within some-subfolder next to
# unrelated files, you can make this run only if a file within that specific
# folder has been modified.
#
# paths:
# - some-subfolder/**
# don't rebuild English if we're just pushing translation files
paths-ignore:
- _build/gettext/**
- locale/**

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Expand Down

0 comments on commit e3b8635

Please sign in to comment.