We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7c217 commit d6c8be1Copy full SHA for d6c8be1
‎config_automation.yml
@@ -12,13 +12,19 @@ spell-check: yes
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
-render-bookdown: yes
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