We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe0b6c commit cb17ea5Copy full SHA for cb17ea5
config_automation.yml
@@ -11,13 +11,15 @@ spell-check: yes
11
style-code: yes
12
# Test build the docker image if any docker-relevant files have been changed
13
docker-test: no
14
+# Should URLs be tested periodically?
15
+url-check-periodically: yes
16
17
##### Renderings run upon merge to main branch #####
18
# Rendering each platform's content
-render-bookdown: yes
19
+render-website: rmd
20
render-leanpub: yes
21
render-coursera: yes
22
23
# What docker image should be used for rendering?
24
# The default is jhudsl/course_template:main
-rendering-docker-image: 'jhudsl/course_template:main'
25
+rendering-docker-image: 'jhudsl/course_template:main'
0 commit comments