Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 851b4af

Browse files
committedJan 10, 2025·
🔄 Created local 'config_automation.yml' from remote 'config_automation.yml'
release-2.1.0
1 parent f17623e commit 851b4af

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
 

‎config_automation.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
# 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
17+
# Test build the docker image if any docker-relevant files have been changed
18+
docker-test: no
19+
# Should URLs be tested periodically?
20+
url-check-periodically: yes
21+
22+
##### Renderings run upon merge to main branch #####
23+
# Rendering each platform's content
24+
render-website: rmd
25+
render-leanpub: yes
26+
render-coursera: no
27+
28+
## Automate the creation of Book.txt file? yes/no
29+
## This is only relevant if render-leanpub is yes, otherwise it will be ignored
30+
make-book-txt: yes
31+
32+
# What docker image should be used for rendering?
33+
# The default is jhudsl/base_ottr:main
34+
rendering-docker-image: 'jhudsl/base_ottr:main'

0 commit comments

Comments
 (0)
Please sign in to comment.