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-2.1.0
  • Loading branch information
cansavvy committed Jan 10, 2025
1 parent 6d3061d commit 951fb9b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions config_automation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

##### Checks run at pull request #####
# Check quiz formatting
check-quizzes: yes
check-quizzes: no
# Check that urls in the content are not broken
url-checker: yes
# Render preview of content with changes (Rmd's and md's are checked)
Expand All @@ -10,18 +10,24 @@ render-preview: yes
spell-check: yes
# Style any R code
style-code: yes
# Would you like your markdown files to be checked for formatting
markdown-linter: yes
# Would you like a readability report on your markdowns?
readability-report: 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? 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 951fb9b

Please sign in to comment.