Skip to content

Commit

Permalink
Just list for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 22, 2023
1 parent 1649738 commit 11ce691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-jupyter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Set track_progress=False for notebooks
run: |
# git grep --name-only "track_progress=True" | xargs sed --in-place 's/track_progress=True/track_progress=False/g'
grep --files-with-matches --recursive "track_progress=True" book | xargs sed --in-place 's/track_progress=True/track_progress=False/g'
# grep --files-with-matches --recursive "track_progress=True" book | xargs sed --in-place 's/track_progress=True/track_progress=False/g'
# DEBUG: Just list
grep --files-with-matches --recursive "track_progress=True" book
- name: Build the book
run: |
Expand Down

0 comments on commit 11ce691

Please sign in to comment.