Skip to content

Commit

Permalink
🔄 Synced local 'config_automation.yml' with remote 'config_automation…
Browse files Browse the repository at this point in the history
….yml'

release-
  • Loading branch information
cansavvy committed Sep 17, 2024
1 parent d09a326 commit 3c8a799
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions config_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ spell-check: yes
style-code: yes
# Test build the docker image if any docker-relevant files have been changed
docker-test: no
# Should URLs be tested periodically?
url-check-periodically: yes

##### Renderings run upon merge to main branch #####
# Rendering each platform's content
render-bookdown: yes
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 3c8a799

Please sign in to comment.