forked from fhdsl/Containers_for_Scientists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_automation.yml
30 lines (26 loc) · 929 Bytes
/
config_automation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##### Checks run at pull request #####
# Check quiz formatting
check-quizzes: no
# Check that urls in the content are not broken
url-checker: yes
# Render preview of content with changes (Rmd's and md's are checked)
render-preview: yes
# Spell check Rmds and quizzes
spell-check: yes
# Style any R code
style-code: yes
# Test build the docker image if any docker-relevant files have been changed
docker-test: no
# Do we need to make the book txt file automatically?
make_book_txt: yes
##### Renderings run upon merge to main branch #####
# Rendering each platform's content
render-website: quarto
render-leanpub: yes
render-coursera: no
## Automate the creation of Book.txt file? yes/no
## This is only relevant if render-leanpub is yes, otherwise it will be ignored
make-book-txt: yes
# What docker image should be used for rendering?
# The default is jhudsl/base_ottr:latest
rendering-docker-image: 'jhudsl/base_ottr:main'