diff --git a/.github/workflows/publish-pythia.yaml b/.github/workflows/publish-pythia.yaml index 37a8f53..38e3e8f 100644 --- a/.github/workflows/publish-pythia.yaml +++ b/.github/workflows/publish-pythia.yaml @@ -71,6 +71,7 @@ jobs: clean_nb ./notebooks ./pythia/notebooks cp -rf ./Makefile ./pythia/ cp -rf ./chapters/references.bib ./pythia/notebooks/ + cp -rf --parents ./notebooks/images ./pythia cp -rf --parents $(find notebooks -name "*.yml") ./pythia cd ./pythia find . -name '*.ipynb' -exec nbstripout {} +