Skip to content

Commit fc0f0fa

Browse files
author
carriewright11
committed
šŸ”„ Synced local 'config_automation.yml' with remote 'config_automation.yml'
test-run
1 parent af1a7df commit fc0f0fa

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

ā€Žconfig_automation.ymlā€Ž

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,40 @@
11

2+
### Render preview of content with changes (Rmd's and md's are checked)
3+
render-preview: true
4+
25
##### Checks run at pull request #####
36
# Check quiz formatting
4-
check-quizzes: no
7+
check-quizzes: false
8+
quiz_error_min: 0
59
# Check that urls in the content are not broken
6-
url-checker: yes
7-
# Render preview of content with changes (Rmd's and md's are checked)
8-
render-preview: yes
10+
url-checker: true
11+
url_error_min: 0
912
# Spell check Rmds and quizzes
10-
spell-check: yes
13+
spell-check: true
14+
spell_error_min: 0
15+
16+
#### Other options
1117
# Style any R code
12-
style-code: yes
18+
style-code: true
19+
# Would you like your markdown files to be checked for formatting
20+
markdown-linter: true
21+
# Would you like a readability report on your markdowns?
22+
readability-report: true
1323
# Test build the docker image if any docker-relevant files have been changed
14-
docker-test: no
15-
# generate book_txt automatically?
16-
make_book_txt: yes
24+
docker-test: false
25+
# Should URLs be tested periodically?
26+
url-check-periodically: true
1727

1828
##### Renderings run upon merge to main branch #####
1929
# Rendering each platform's content
20-
render-bookdown: yes
21-
render-leanpub: yes
22-
render-coursera: yes
30+
render-website: rmd
31+
render-leanpub: true
32+
render-coursera: true
33+
34+
## Automate the creation of Book.txt file? yes/no
35+
## This is only relevant if render-leanpub is yes, otherwise it will be ignored
36+
make-book-txt: true
2337

2438
# What docker image should be used for rendering?
25-
# The default is jhudsl/course_template:main
26-
rendering-docker-image: 'jhudsl/course_template:main'
39+
# The default is jhudsl/base_ottr:main
40+
rendering-docker-image: 'jhudsl/base_ottr:main'

0 commit comments

Comments
Ā (0)
⚔