From bd17c9a2322599b6078f40f4ee0191252da4f1b9 Mon Sep 17 00:00:00 2001 From: betolink Date: Tue, 15 Jul 2025 15:17:01 -0500 Subject: [PATCH 1/3] deploy only for internal PRs --- .github/workflows/pr-pub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-pub.yml b/.github/workflows/pr-pub.yml index 8c839eb..c8f204d 100644 --- a/.github/workflows/pr-pub.yml +++ b/.github/workflows/pr-pub.yml @@ -43,7 +43,7 @@ jobs: run: quarto render - name: Deploy to GitHub Pages - if: github.event.action != 'closed' + if: github.event.action != 'closed' && github.event.pull_request.head.repo.full_name == github.repository uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} From f0db19cf9068a60a52ac90b8d42e6a6ff015059c Mon Sep 17 00:00:00 2001 From: betolink Date: Tue, 15 Jul 2025 15:45:45 -0500 Subject: [PATCH 2/3] test reviewnb --- tutorials/hdf5_formatting.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/hdf5_formatting.ipynb b/tutorials/hdf5_formatting.ipynb index 95e0939..07e4b65 100755 --- a/tutorials/hdf5_formatting.ipynb +++ b/tutorials/hdf5_formatting.ipynb @@ -71,7 +71,7 @@ "id": "e70aa9a5-58dc-44e7-a600-a1f9db2027d5", "metadata": {}, "source": [ - "Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`." + "Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`. --- " ] }, { From 099251f4e7090cfef8516085239d578a812268a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20L=C3=B3pez?= Date: Tue, 15 Jul 2025 17:16:43 -0500 Subject: [PATCH 3/3] Update hdf5_formatting.ipynb --- tutorials/hdf5_formatting.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/hdf5_formatting.ipynb b/tutorials/hdf5_formatting.ipynb index 07e4b65..95c53e5 100755 --- a/tutorials/hdf5_formatting.ipynb +++ b/tutorials/hdf5_formatting.ipynb @@ -71,7 +71,7 @@ "id": "e70aa9a5-58dc-44e7-a600-a1f9db2027d5", "metadata": {}, "source": [ - "Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`. --- " + "Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`. " ] }, {