Skip to content

Commit 290696f

Browse files
committed
🔄 Synced local 'config_automation.yml' with remote 'config_automation.yml'
release-2.1.0
1 parent cdafada commit 290696f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

‎config_automation.yml‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,24 @@ render-preview: yes
1010
spell-check: yes
1111
# Style any R code
1212
style-code: yes
13+
# Would you like your markdown files to be checked for formatting
14+
markdown-linter: yes
15+
# Would you like a readability report on your markdowns?
16+
readability-report: yes
1317
# Test build the docker image if any docker-relevant files have been changed
1418
docker-test: no
1519
# Should URLs be tested periodically?
1620
url-check-periodically: yes
1721

1822
##### Renderings run upon merge to main branch #####
1923
# Rendering each platform's content
20-
render-bookdown: yes
24+
render-website: rmd
2125
render-leanpub: yes
2226
render-coursera: no
2327

24-
## Automate the creation of Book.txt file? TRUE/FALSE?
28+
## Automate the creation of Book.txt file? yes/no
2529
## This is only relevant if render-leanpub is yes, otherwise it will be ignored
26-
make-book-txt: TRUE
30+
make-book-txt: yes
2731

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

0 commit comments

Comments
 (0)