We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c13cfa commit 483d447Copy full SHA for 483d447
‎config_automation.yml
@@ -1,3 +1,4 @@
1
+
2
##### Checks run at pull request #####
3
# Check quiz formatting
4
check-quizzes: no
@@ -18,8 +19,12 @@ url-check-periodically: yes
18
19
# Rendering each platform's content
20
render-website: rmd
21
render-leanpub: yes
-render-coursera: yes
22
+render-coursera: no
23
24
+## Automate the creation of Book.txt file? yes/no
25
+## This is only relevant if render-leanpub is yes, otherwise it will be ignored
26
+make-book-txt: yes
27
28
# What docker image should be used for rendering?
-# The default is jhudsl/course_template:main
-rendering-docker-image: 'jhudsl/course_template:main'
29
+# The default is jhudsl/base_ottr:main
30
+rendering-docker-image: 'jhudsl/base_ottr:main'
0 commit comments