Skip to content

Commit

Permalink
Merge 483d447 into 9c13cfa
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Sep 17, 2024
2 parents 9c13cfa + 483d447 commit 0e16412
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config_automation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

##### Checks run at pull request #####
# Check quiz formatting
check-quizzes: no
Expand All @@ -18,8 +19,12 @@ url-check-periodically: yes
# Rendering each platform's content
render-website: rmd
render-leanpub: yes
render-coursera: 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/course_template:main
rendering-docker-image: 'jhudsl/course_template:main'
# The default is jhudsl/base_ottr:main
rendering-docker-image: 'jhudsl/base_ottr:main'

0 comments on commit 0e16412

Please sign in to comment.