We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f9807 commit e3b8635Copy full SHA for e3b8635
.github/workflows/deploy-book.yml
@@ -5,12 +5,10 @@ on:
5
push:
6
branches:
7
- 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/**
+ # don't rebuild English if we're just pushing translation files
+ paths-ignore:
+ - _build/gettext/**
+ - locale/**
14
15
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
16
jobs:
0 commit comments