From b35a3a8e852cd296a11e2f4db48eaa9edf7b0516 Mon Sep 17 00:00:00 2001 From: cansavvy Date: Fri, 10 Jan 2025 19:00:02 +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-2.1.0 --- config_automation.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/config_automation.yml b/config_automation.yml index 8e28f58d..bcbe6135 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -10,21 +10,25 @@ render-preview: yes spell-check: yes # Style any R code style-code: yes +# Would you like your markdown files to be checked for formatting +markdown-linter: yes +# Would you like a readability report on your markdowns? +readability-report: 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 -##### Rendering of student guide (if applicable) -render-student-guide: yes - -##### Auto-generate a feedback link for the AnVIL Feedback Form: https://docs.google.com/forms/d/e/1FAIpQLScrDVb_utm55pmb_SHx-RgELTEbCCWdLea0T3IzS0Oj00GE4w/viewform -feedback-link: yes +## 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 +# The default is jhudsl/base_ottr:main rendering-docker-image: 'jhudsl/base_ottr:main'