Skip to content

Commit

Permalink
correctly save formatted notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 15, 2024
1 parent 9f82425 commit d47d98f
Show file tree
Hide file tree
Showing 5 changed files with 955 additions and 978 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
python src/eo_datascience/clean_nb.py
cp ./_toc.yml ./pythia/
cp ./Makefile ./pythia/
cp -R ./notebooks/. ./pythia/notebooks/
cp -R !(./notebooks/references.ipynb) ./pythia/notebooks/
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Expand Down
Loading

0 comments on commit d47d98f

Please sign in to comment.