Skip to content

Commit d6c8be1

Browse files
committed
🔄 Synced local 'config_automation.yml' with remote 'config_automation.yml'
release-
1 parent 0c7c217 commit d6c8be1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎config_automation.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +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+
# Should URLs be tested periodically?
16+
url-check-periodically: yes
1517

1618
##### Renderings run upon merge to main branch #####
1719
# Rendering each platform's content
18-
render-bookdown: yes
20+
render-website: rmd
1921
render-leanpub: yes
2022
render-coursera: no
2123

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+
2228
# What docker image should be used for rendering?
2329
# The default is jhudsl/base_ottr:main
2430
rendering-docker-image: 'jhudsl/base_ottr:main'

0 commit comments

Comments
 (0)