Skip to content

Commit 32c8060

Browse files
committed
🔄 Synced local 'config_automation.yml' with remote 'config_automation.yml'
release-2.1.0
1 parent db15b9d commit 32c8060

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎config_automation.yml‎

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
##### Checks run at pull request #####
33
# Check quiz formatting
4-
check-quizzes: yes
4+
check-quizzes: no
55
# Check that urls in the content are not broken
66
url-checker: yes
77
# Render preview of content with changes (Rmd's and md's are checked)
@@ -10,18 +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
19+
# Should URLs be tested periodically?
20+
url-check-periodically: yes
1521

1622
##### Renderings run upon merge to main branch #####
1723
# Rendering each platform's content
18-
render-bookdown: yes
24+
render-website: rmd
1925
render-leanpub: yes
2026
render-coursera: no
2127

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

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

0 commit comments

Comments
 (0)