Skip to content

Commit 4c33f6a

Browse files
committed
🔄 Synced local 'config_automation.yml' with remote 'config_automation.yml'
release-
1 parent 2fe5b81 commit 4c33f6a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎config_automation.yml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
##### Checks run at pull request #####
33
# Check quiz formatting
4-
check-quizzes: yes
4+
check-quizzes: no
55
# Check that urls in the content are not broken
66
url-checker: yes
77
# Render preview of content with changes (Rmd's and md's are checked)
@@ -12,16 +12,18 @@ 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

22-
## Automate the creation of Book.txt file? TRUE/FALSE?
24+
## Automate the creation of Book.txt file? yes/no
2325
## This is only relevant if render-leanpub is yes, otherwise it will be ignored
24-
make-book-txt: FALSE
26+
make-book-txt: yes
2527

2628
# What docker image should be used for rendering?
2729
# The default is jhudsl/base_ottr:main

0 commit comments

Comments
 (0)