Skip to content

Commit fc229f1

Browse files
committed
🔄 Created local 'config_automation.yml' from remote 'config_automation.yml'
release-
1 parent 02300cd commit fc229f1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎config_automation.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
##### Checks run at pull request #####
3+
# Check quiz formatting
4+
check-quizzes: no
5+
# 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
9+
# Spell check Rmds and quizzes
10+
spell-check: yes
11+
# Style any R code
12+
style-code: yes
13+
# Test build the docker image if any docker-relevant files have been changed
14+
docker-test: no
15+
# Should URLs be tested periodically?
16+
url-check-periodically: yes
17+
18+
##### Renderings run upon merge to main branch #####
19+
# Rendering each platform's content
20+
render-website: rmd
21+
render-leanpub: yes
22+
render-coursera: no
23+
24+
## Automate the creation of Book.txt file? yes/no
25+
## This is only relevant if render-leanpub is yes, otherwise it will be ignored
26+
make-book-txt: yes
27+
28+
# What docker image should be used for rendering?
29+
# The default is jhudsl/base_ottr:main
30+
rendering-docker-image: 'jhudsl/base_ottr:main'

0 commit comments

Comments
 (0)