From 194c7b5b418e051be223182b3ce291a56055b09b Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Mon, 7 Nov 2022 10:04:39 -0500 Subject: [PATCH 1/2] Switch to executing via binderbot --- _config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 30be5fb9..8d8985c7 100644 --- a/_config.yml +++ b/_config.yml @@ -15,11 +15,12 @@ tags: packages: - samplepackage -# Execute the notebooks upon build +# Execute the notebooks via binder execute: - execute_notebooks: cache - timeout: 600 - allow_errors: True + execute_notebooks: binder + # execute_notebooks: cache + # timeout: 600 + # allow_errors: True # Add a few extensions to help with parsing content parse: From 1d3b2872a82d6bc13f6a87808a0080c1869048b1 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Mon, 7 Nov 2022 10:09:13 -0500 Subject: [PATCH 2/2] Clean up to trigger actions --- _config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_config.yml b/_config.yml index 8d8985c7..3d957ccd 100644 --- a/_config.yml +++ b/_config.yml @@ -18,9 +18,6 @@ tags: # Execute the notebooks via binder execute: execute_notebooks: binder - # execute_notebooks: cache - # timeout: 600 - # allow_errors: True # Add a few extensions to help with parsing content parse: