From b53d10fb32936d274222c849f2b55314698e063e Mon Sep 17 00:00:00 2001 From: Martin Schobben Date: Fri, 19 Jul 2024 12:35:00 +0200 Subject: [PATCH] move makefile --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8d8a195..44d725a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -79,7 +79,8 @@ jobs: run: | python src/render_sfinx_toc.py cp ./_toc.yml ./pythia/ - cp ./notebooks/*.ipynb ./pythia/notebooks/ + cp ./notebooks/*.yml ./pythia/notebooks/ + cp -R ./notebooks ./pythia/notebooks/ cd ./pythia git config --local user.name "$GITHUB_ACTOR" git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"