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 f6df15e commit 9b6cdc9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@ url-checker: yes
# Render preview of content with changes (Rmd's and md's are checked)
render-preview: yes
# Spell check Rmds and quizzes
spell-check: no
spell-check: yes
# Style any R code
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: no

## Automate the creation of Book.txt file? TRUE/FALSE?
## 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: TRUE
make-book-txt: yes

# What docker image should be used for rendering?
# The default is jhudsl/base_ottr:main
Expand Down

0 comments on commit 9b6cdc9

Please sign in to comment.