From 81db520781283c4ede698e1096fc5da52f5d6dd1 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Thu, 30 Jan 2025 11:36:24 -0500 Subject: [PATCH] Update config_automation.yml --- config_automation.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config_automation.yml b/config_automation.yml index d138f41..5819e56 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -10,14 +10,27 @@ 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: no 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 + # What docker image should be used for rendering? +# The default is jhudsl/base_ottr:main rendering-docker-image: 'jhudsl/base_ottr:main'