From 6d46b5ead5069677410193bf2efb042d31572a31 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Fri, 13 Sep 2024 22:42:01 +0200 Subject: [PATCH] fix things --- .github/workflows/setup_notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup_notebooks.yml b/.github/workflows/setup_notebooks.yml index ce4b4ab..1d24b35 100644 --- a/.github/workflows/setup_notebooks.yml +++ b/.github/workflows/setup_notebooks.yml @@ -86,6 +86,6 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add temp_examples/pynest/examples/ + git add temp_examples/ git commit -m "Add Python files from nest v${NEST_VERSION}_rc${rc_number}" git push origin HEAD