From 23c17042cab7e00913e134a7e859f8293122251a Mon Sep 17 00:00:00 2001 From: cansavvy Date: Tue, 17 Sep 2024 19:59:28 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'config=5Fa?= =?UTF-8?q?utomation.yml'=20with=20remote=20'config=5Fautomation.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release- --- config_automation.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config_automation.yml b/config_automation.yml index d101043..460f418 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -19,8 +19,12 @@ url-check-periodically: yes # Rendering each platform's content render-website: rmd render-leanpub: yes -render-coursera: yes +render-coursera: no + +## Automate the creation of Book.txt file? yes/no +## This is only relevant if render-leanpub is yes, otherwise it will be ignored +make-book-txt: yes # What docker image should be used for rendering? -# The default is jhudsl/course_template:main -rendering-docker-image: 'jhudsl/course_template:main' +# The default is jhudsl/base_ottr:main +rendering-docker-image: 'jhudsl/base_ottr:main' From f855567cd50c41f9f4e3842e8627393b97daccf8 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:12:59 -0400 Subject: [PATCH 2/2] Change coursera back --- config_automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_automation.yml b/config_automation.yml index 460f418..4cc4b8d 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -19,7 +19,7 @@ url-check-periodically: yes # Rendering each platform's content render-website: rmd render-leanpub: yes -render-coursera: no +render-coursera: yes ## Automate the creation of Book.txt file? yes/no ## This is only relevant if render-leanpub is yes, otherwise it will be ignored