We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c13cfa + 483d447 commit d89c5cdCopy full SHA for d89c5cd
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