Skip to content

Commit

Permalink
Use a find command to run nbstripout
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Oct 24, 2022
1 parent ba45d02 commit 3fc7591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Clean Notebook Output
run: |
python -m pip install --upgrade nbstripout --no-cache-dir
nbstripout /home/runner/work/MADRID/MADRID/*.ipynb
find /home/runner/work/MADRID/MADRID/ -name "*.ipynb" -exec nbstripout "{}" \;
# Fail if prehook not used
- name: Clean Notebook Output
Expand Down

0 comments on commit 3fc7591

Please sign in to comment.