From 608b46e5d486e4727c2f791e86b1619183708480 Mon Sep 17 00:00:00 2001 From: betolink Date: Mon, 14 Jul 2025 16:39:51 -0500 Subject: [PATCH 1/3] update gitignore --- .gitignore | 1 + tutorials/hdf5_formatting.ipynb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 60744de..bdc368c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site/ example_data/ *.h5 *.nc +_freeze diff --git a/tutorials/hdf5_formatting.ipynb b/tutorials/hdf5_formatting.ipynb index 95e0939..096d054 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 4b7a6bc7763c801215faa18245429d9bb8dfeee2 Mon Sep 17 00:00:00 2001 From: betolink Date: Mon, 14 Jul 2025 17:44:01 -0500 Subject: [PATCH 2/3] update workflows --- .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 76d93ed..697409b 100644 --- a/.github/workflows/pr-pub.yml +++ b/.github/workflows/pr-pub.yml @@ -7,7 +7,7 @@ jobs: deploy-preview: runs-on: ubuntu-latest permissions: - contents: read + contents: write pages: write id-token: write pull-requests: write From 0ed250d865b84bec2eccd497e7f3523428e481fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20L=C3=B3pez?= Date: Tue, 15 Jul 2025 11:14:55 -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 096d054..95e0939 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`." ] }, {