diff --git a/.github/workflows/binder.yml b/.github/workflows/binder.yml index eb184eb..59d0616 100644 --- a/.github/workflows/binder.yml +++ b/.github/workflows/binder.yml @@ -38,7 +38,7 @@ jobs: cp -a binder/. binder-publish/binder/ # Copy notebooks generated by Sphinx-Gallery - cp -a docs/build/notebooks/tutorials. \ + cp -a docs/build/html/notebooks/tutorials/. \ binder-publish/notebooks/tutorials/ - name: Publish binder branch