diff --git a/config_automation.yml b/config_automation.yml index 8a86641..e44db87 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -19,6 +19,10 @@ render-bookdown: yes render-leanpub: yes render-coursera: no +## Automate the creation of Book.txt file? TRUE/FALSE? +## This is only relevant if render-leanpub is yes, otherwise it will be ignored +make-book-txt: TRUE + # What docker image should be used for rendering? # The default is jhudsl/course_template:main rendering-docker-image: 'jhudsl/ocs_guide:main'