diff --git a/config_automation.yml b/config_automation.yml index e9cbc85..460f418 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -12,15 +12,19 @@ spell-check: yes style-code: yes # Test build the docker image if any docker-relevant files have been changed docker-test: no -# Do we need to make the book txt file automatically? -make_book_txt: yes +# Should URLs be tested periodically? +url-check-periodically: yes ##### Renderings run upon merge to main branch ##### # Rendering each platform's content -render-website: quarto +render-website: rmd render-leanpub: 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/base_ottr:latest -rendering-docker-image: 'jhudsl/ottr_quarto:main' +# The default is jhudsl/base_ottr:main +rendering-docker-image: 'jhudsl/base_ottr:main'