From 17f41e54c1fa44b64d709c97c430762a3734f83e Mon Sep 17 00:00:00 2001 From: Martin Schobben Date: Thu, 9 Jan 2025 15:59:22 +0100 Subject: [PATCH] copy images --- .github/workflows/publish-pythia.yaml | 1 + 1 file changed, 1 insertion(+) 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 {} +