Skip to content

Commit 7e943a5

Browse files
committed
🔄 Synced local 'config_automation.yml' with remote 'config_automation.yml'
test-run
1 parent 725a3b7 commit 7e943a5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

‎config_automation.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ spell-check: yes
1212
style-code: yes
1313
# Test build the docker image if any docker-relevant files have been changed
1414
docker-test: no
15-
# Do we need to make the book txt file automatically?
16-
make_book_txt: yes
15+
# Should URLs be tested periodically?
16+
url-check-periodically: yes
1717

1818
##### Renderings run upon merge to main branch #####
1919
# Rendering each platform's content
20-
render-website: quarto
20+
render-website: rmd
2121
render-leanpub: yes
2222
render-coursera: no
2323

24-
# What docker image should be used for rendering?
25-
# The default is jhudsl/base_ottr:latest
26-
rendering_docker_image: 'jhudsl/ottr_jupyter:latest'
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
2727

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

Comments
 (0)