diff --git a/.github/workflows/setup_notebooks.yml b/.github/workflows/setup_notebooks.yml index 40de008..ff941e3 100644 --- a/.github/workflows/setup_notebooks.yml +++ b/.github/workflows/setup_notebooks.yml @@ -52,7 +52,7 @@ jobs: uses: DeWildeDaan/copy-from-repo@main with: source_repo: "jessica-mitchell/nest-simulator" - source_path: "$(find pynest/examples -iname '*.py'" + source_path: "pynest/examples" destination_path: "footest" commit_message: "Test copy commit" create_pr: false