Skip to content

Commit

Permalink
only search book
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 25, 2023
1 parent 497ebc1 commit ccd4eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-jupyter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ccd4eeb

Please sign in to comment.