From 9da133291b6a74ffa731043192cd225493785d1e Mon Sep 17 00:00:00 2001 From: Andres Rios Tascon Date: Mon, 27 Jul 2026 13:55:08 -0400 Subject: [PATCH 1/4] Pin jupyter book to <2 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a74329e..f67b7b4 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - python=3.11 # for building and testing the JupyterBook - - jupyter-book + - jupyter-book<2 - ghp-import - nbconvert From e829a6f09b5984918d3bf225d2db6c70337530a5 Mon Sep 17 00:00:00 2001 From: Andres Rios Tascon Date: Mon, 27 Jul 2026 14:03:30 -0400 Subject: [PATCH 2/4] Only run on the first of the month --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6188c7c..e155e0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,8 +11,8 @@ on: workflow_dispatch: schedule: - # Every day at 4am UTC (10pm Chicago, 5am Geneva) - - cron: "00 4 * * *" + # First day of every month at 4am UTC (10pm Chicago, 5am Geneva) + - cron: "00 4 1 * *" env: BASE_URL: /${{ github.event.repository.name }} From d5c89aeec6489da7cbbea630965b7013dd979520 Mon Sep 17 00:00:00 2001 From: Andres Rios Tascon Date: Mon, 27 Jul 2026 14:11:41 -0400 Subject: [PATCH 3/4] Use newer python --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index f67b7b4..a53a233 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: # Python itself - - python=3.11 + - python=3.14 # for building and testing the JupyterBook - jupyter-book<2 From 66bb34e6338dada28d4f38e1a9ef24e0d770da05 Mon Sep 17 00:00:00 2001 From: Andres Rios Tascon Date: Mon, 27 Jul 2026 14:16:20 -0400 Subject: [PATCH 4/4] Lower bound for dask-awkward --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a53a233..61b50d6 100644 --- a/environment.yml +++ b/environment.yml @@ -42,6 +42,6 @@ dependencies: # distributed computing - dask - distributed - - dask-awkward + - dask-awkward>=2026 - graphviz - python-graphviz