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