File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# #### Checks run at pull request #####
3
3
# Check quiz formatting
4
- check-quizzes : yes
4
+ check-quizzes : no
5
5
# Check that urls in the content are not broken
6
6
url-checker : yes
7
7
# Render preview of content with changes (Rmd's and md's are checked)
@@ -12,16 +12,18 @@ spell-check: yes
12
12
style-code : yes
13
13
# Test build the docker image if any docker-relevant files have been changed
14
14
docker-test : no
15
+ # Should URLs be tested periodically?
16
+ url-check-periodically : yes
15
17
16
18
# #### Renderings run upon merge to main branch #####
17
19
# Rendering each platform's content
18
- render-bookdown : yes
20
+ render-website : rmd
19
21
render-leanpub : yes
20
22
render-coursera : no
21
23
22
- # # Automate the creation of Book.txt file? TRUE/FALSE?
24
+ # # Automate the creation of Book.txt file? yes/no
23
25
# # This is only relevant if render-leanpub is yes, otherwise it will be ignored
24
- make-book-txt : FALSE
26
+ make-book-txt : yes
25
27
26
28
# What docker image should be used for rendering?
27
29
# The default is jhudsl/base_ottr:main
You can’t perform that action at this time.
0 commit comments