From 35605294e2be16ed778b594c2171959316b0fdeb Mon Sep 17 00:00:00 2001 From: Teresia Olsson Date: Sat, 12 Sep 2026 18:28:19 +0200 Subject: [PATCH] Update binder workflow to publish the built notebooks. --- .github/workflows/binder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binder.yml b/.github/workflows/binder.yml index 619e645..eb184eb 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/html/tutorials/. \ + cp -a docs/build/notebooks/tutorials. \ binder-publish/notebooks/tutorials/ - name: Publish binder branch