Skip to content

Commit

Permalink
remove reference notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 15, 2024
1 parent 1106015 commit b6e7d50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
cp ./_toc.yml ./pythia/
cp ./Makefile ./pythia/
cp -R ./notebooks/. ./pythia/notebooks/
rm -f ./notebooks/references.ipynb
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Expand All @@ -125,7 +126,8 @@ jobs:
python src/eo_datascience/clean_nb.py
cp ./_toc.yml ./pythia/
cp ./Makefile ./pythia/
cp -R !(./notebooks/references.ipynb) ./pythia/notebooks/
cp -R ./notebooks/. ./pythia/notebooks/
rm -f ./notebooks/references.ipynb
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Expand Down

0 comments on commit b6e7d50

Please sign in to comment.