From 7723843e615eecbc12dfbd8b42b6a8a42268cc00 Mon Sep 17 00:00:00 2001 From: Teresia Olsson Date: Wed, 9 Sep 2026 18:43:03 +0200 Subject: [PATCH] Changes for binder to see latest version. --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 5eab7d2..c63aa24 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -39,12 +39,12 @@ jobs: run: cp environment.yml docs/build/html/environment.yml - name: Publish built docs for Binder + if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/build/html publish_branch: gh-pages - force_orphan: true - name: Configure GitHub Pages uses: actions/configure-pages@v6