Skip to content

Commit 483d447

Browse files
committed
🔄 Synced local 'config_automation.yml' with remote 'config_automation.yml'
release-
1 parent 9c13cfa commit 483d447

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎config_automation.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
##### Checks run at pull request #####
23
# Check quiz formatting
34
check-quizzes: no
@@ -18,8 +19,12 @@ url-check-periodically: yes
1819
# Rendering each platform's content
1920
render-website: rmd
2021
render-leanpub: yes
21-
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
2227

2328
# What docker image should be used for rendering?
24-
# The default is jhudsl/course_template:main
25-
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

Comments
 (0)