From ccd4eeb4f341baf5c5677161507ad770470871ce Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 25 Aug 2023 11:38:02 +0100 Subject: [PATCH] only search book --- .github/workflows/deploy-jupyter-book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-jupyter-book.yml b/.github/workflows/deploy-jupyter-book.yml index 018f343..45f91d2 100644 --- a/.github/workflows/deploy-jupyter-book.yml +++ b/.github/workflows/deploy-jupyter-book.yml @@ -37,7 +37,7 @@ jobs: - name: Set track_progress=False for notebooks run: | - git grep --name-only "track_progress=True" | xargs sed -i 's/track_progress=True/track_progress=False/g' + git grep --name-only "track_progress=True" book | xargs sed -i 's/track_progress=True/track_progress=False/g' - name: Build the book run: |