From b6f23cbee999ea4fcf446e11bb60c90390e64cac Mon Sep 17 00:00:00 2001 From: Peer Herholz Date: Mon, 7 Nov 2022 13:47:19 +0100 Subject: [PATCH 1/4] Update deploy-book.yml --- .github/workflows/deploy-book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-book.yml b/.github/workflows/deploy-book.yml index 1528212..5d34a2e 100644 --- a/.github/workflows/deploy-book.yml +++ b/.github/workflows/deploy-book.yml @@ -4,7 +4,7 @@ name: deploy-book on: push: branches: - - main + - updates_peer_2022 # This job installs dependencies, build the book, and pushes it to `gh-pages` jobs: From a6fa4e7e5b5359931b257d4b14778a1669580ddf Mon Sep 17 00:00:00 2001 From: Peer Herholz Date: Mon, 7 Nov 2022 13:48:48 +0100 Subject: [PATCH 2/4] Update deploy-book.yml --- .github/workflows/deploy-book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-book.yml b/.github/workflows/deploy-book.yml index 5d34a2e..1528212 100644 --- a/.github/workflows/deploy-book.yml +++ b/.github/workflows/deploy-book.yml @@ -4,7 +4,7 @@ name: deploy-book on: push: branches: - - updates_peer_2022 + - main # This job installs dependencies, build the book, and pushes it to `gh-pages` jobs: From 81c6e1d18e935a737bb11ac83397c5d4d37616e4 Mon Sep 17 00:00:00 2001 From: Peer Herholz Date: Mon, 21 Nov 2022 18:14:10 +0100 Subject: [PATCH 3/4] Update _config.yml --- content/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_config.yml b/content/_config.yml index d8dd5a3..1b90696 100644 --- a/content/_config.yml +++ b/content/_config.yml @@ -14,7 +14,7 @@ exclude_patterns : [] # Patterns to skip when building the book. Can ####################################################################################### # Execution settings execute: - execute_notebooks : off # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off") + execute_notebooks : auto # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off") cache : "" # A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/` exclude_patterns : [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time) timeout : -1 # remove restriction on execution time From bb39ea931fe23e4e3117fd50778bf3548473adee Mon Sep 17 00:00:00 2001 From: Peer Herholz Date: Mon, 21 Nov 2022 20:00:16 +0100 Subject: [PATCH 4/4] Update _config.yml --- content/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_config.yml b/content/_config.yml index 1b90696..4ccdb14 100644 --- a/content/_config.yml +++ b/content/_config.yml @@ -14,7 +14,7 @@ exclude_patterns : [] # Patterns to skip when building the book. Can ####################################################################################### # Execution settings execute: - execute_notebooks : auto # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off") + execute_notebooks : force # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off") cache : "" # A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/` exclude_patterns : [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time) timeout : -1 # remove restriction on execution time