From b92f0677e3a8b34aa510279f1c0058ae37853447 Mon Sep 17 00:00:00 2001 From: cansavvy Date: Tue, 17 Sep 2024 20:01:49 +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 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config_automation.yml b/config_automation.yml index 8e70217b..460f4189 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -1,7 +1,7 @@ ##### Checks run at pull request ##### # Check quiz formatting -check-quizzes: yes +check-quizzes: no # Check that urls in the content are not broken url-checker: yes # Render preview of content with changes (Rmd's and md's are checked) @@ -12,16 +12,18 @@ spell-check: yes style-code: yes # Test build the docker image if any docker-relevant files have been changed docker-test: no +# Should URLs be tested periodically? +url-check-periodically: yes ##### Renderings run upon merge to main branch ##### # Rendering each platform's content -render-bookdown: yes +render-website: rmd render-leanpub: yes -render-coursera: yes +render-coursera: no -## Automate the creation of Book.txt file? TRUE/FALSE? +## 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: TRUE +make-book-txt: yes # What docker image should be used for rendering? # The default is jhudsl/base_ottr:main