File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,6 +162,8 @@ jobs:
162162 git fetch --all
163163 git checkout $branch_name
164164 git merge -s recursive --strategy-option=theirs origin/${{ github.head_ref }} --allow-unrelated-histories
165+ quarto --version
166+ quarto check
165167 shell : bash
166168
167169 # Run bookdown rendering
@@ -174,7 +176,9 @@ jobs:
174176 - name : Render quarto version
175177 id : quarto
176178 if : ${{needs.yaml-check.outputs.toggle_website == 'quarto' }}
177- run : Rscript -e "quarto::quarto_render('.')"
179+ run : |
180+ quarto::quarto_render('.')
181+ shell : Rscript {0}
178182
179183 # This checks on the steps before it and makes sure that they completed.
180184 # If the renders didn't complete we don't want to commit the file changes
Original file line number Diff line number Diff line change 77 author : Howard Baek
88 date : " 4/3/2024"
99 favicon : img/favicon.ico
10- bread-crumbs : false
1110
1211 page-navigation : true
1312 search : true
1413 repo-url : https://github.com/fhdsl/OTTR_Quarto
15- repo-actions : [edit]
14+ repo-actions : [edit]
1615 issue-url : https://docs.google.com/forms/d/e/1FAIpQLSfBvVELBg8lcynKj0TrzMlov1zil-Sbkh9VhMKRcSpeo1xo6g/viewform
17-
16+
1817 chapters :
1918 - index.qmd
2019 - intro.qmd
@@ -29,27 +28,27 @@ book:
2928 - third-section-new-chapter.qmd
3029 - conclusion.qmd
3130 - references.qmd
32-
33- sidebar :
31+
32+ sidebar :
3433 logo : " img/logo.png"
3534 logo-href : " https://hutchdatascience.org/"
3635 foreground : " #1B365D"
37-
36+
3837 page-footer :
3938 left : |
40- This book was built with <a href="https://quarto.org/" style="color: #fff;">Quarto</a> using
39+ This book was built with <a href="https://quarto.org/" style="color: #fff;">Quarto</a> using
4140 <a href="https://github.com/fhdsl/OTTR_Quarto" style="color: #fff;">OTTR</a>.
4241 center : |
4342 All illustrations <a href="https://creativecommons.org/licenses/by/4.0/" style="color: #fff;">CC-BY. </a>
4443 <br>
4544 All other materials <a href= "https://creativecommons.org/licenses/by/4.0/" style="color: #fff;"> CC-BY </a> unless noted otherwise.
46- right :
45+ right :
4746 - icon : github
4847 href : https://github.com/
4948 - icon : slack
5049 href : https://fhdata.slack.com/join/signup#/domain-signup
5150
52-
51+
5352
5453bibliography : references.bib
5554
@@ -60,17 +59,17 @@ format:
6059 css : style.css
6160 linkcolor : " #00C1D5"
6261 mainfont : " Karla"
63-
62+
6463 sidebar : true
6564 toc : true
66-
65+
6766 code-link : true
6867 code-copy : true
69-
68+
7069 link-external-newwindow : true
71-
70+
7271 image : img/favicon.ico
7372 license : " CC BY"
7473knitr :
7574 opts_chunk :
76- fig.path : " resources/images/figure/"
75+ fig.path : " resources/images/figure/"
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ render-coursera: no
2525
2626# What docker image should be used for rendering?
2727# The default is jhudsl/base_ottr:latest
28- rendering_docker_image : ' jhudsl/ottr_jupyter:latest '
28+ rendering-docker-image : ' jhudsl/ottr_jupyter:main '
You can’t perform that action at this time.
0 commit comments