Skip to content

Commit e3b8635

Browse files
authored
Update deploy-book.yml
1 parent 92f9807 commit e3b8635

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/deploy-book.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
push:
66
branches:
77
- main
8-
# If your git repository has the Jupyter Book within some-subfolder next to
9-
# unrelated files, you can make this run only if a file within that specific
10-
# folder has been modified.
11-
#
12-
# paths:
13-
# - some-subfolder/**
8+
# don't rebuild English if we're just pushing translation files
9+
paths-ignore:
10+
- _build/gettext/**
11+
- locale/**
1412

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

0 commit comments

Comments
 (0)