File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,25 @@ render-preview: yes
10
10
spell-check : yes
11
11
# Style any R code
12
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
13
17
# Test build the docker image if any docker-relevant files have been changed
14
18
docker-test : no
19
+ # Should URLs be tested periodically?
20
+ url-check-periodically : yes
15
21
16
22
# #### Renderings run upon merge to main branch #####
17
23
# Rendering each platform's content
18
- render-bookdown : yes
19
- render-leanpub : no
24
+ render-website : rmd
25
+ render-leanpub : yes
20
26
render-coursera : no
21
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
+
22
32
# What docker image should be used for rendering?
23
33
# The default is jhudsl/base_ottr:main
24
34
rendering-docker-image : ' jhudsl/base_ottr:main'
You can’t perform that action at this time.
0 commit comments