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 52d2caf commit b6ceb71
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ 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
# Do we need to make the book txt file automatically?
make_book_txt: yes
# Should URLs be tested periodically?
url-check-periodically: yes

##### Renderings run upon merge to main branch #####
# Rendering each platform's content
render-website: quarto
render-website: rmd
render-leanpub: yes
render-coursera: no

Expand All @@ -26,5 +30,5 @@ render-coursera: no
make-book-txt: yes

# What docker image should be used for rendering?
# The default is jhudsl/base_ottr:latest
# The default is jhudsl/base_ottr:main
rendering-docker-image: 'jhudsl/base_ottr:main'

0 comments on commit b6ceb71

Please sign in to comment.