Skip to content

Commit cb17ea5

Browse files
authored
Update config_automation.yml
1 parent 8fe0b6c commit cb17ea5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config_automation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ spell-check: yes
1111
style-code: yes
1212
# Test build the docker image if any docker-relevant files have been changed
1313
docker-test: no
14+
# Should URLs be tested periodically?
15+
url-check-periodically: yes
1416

1517
##### Renderings run upon merge to main branch #####
1618
# Rendering each platform's content
17-
render-bookdown: yes
19+
render-website: rmd
1820
render-leanpub: yes
1921
render-coursera: yes
2022

2123
# What docker image should be used for rendering?
2224
# The default is jhudsl/course_template:main
23-
rendering-docker-image: 'jhudsl/course_template:main'
25+
rendering-docker-image: 'jhudsl/course_template:main'

0 commit comments

Comments
 (0)