From 483d4472015ef45eb88ac9daa2f8d80b9d2ee61a Mon Sep 17 00:00:00 2001 From: cansavvy Date: Tue, 17 Sep 2024 19:59:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'config=5Fautom?= =?UTF-8?q?ation.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 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config_automation.yml b/config_automation.yml index ab8f093e..460f4189 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -1,3 +1,4 @@ + ##### Checks run at pull request ##### # Check quiz formatting check-quizzes: no @@ -18,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'