Skip to content

Commit 2d52cf2

Browse files
committed
Looking for clues
1 parent 218f20c commit 2d52cf2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pull_request.yml

+5-2
Original file line numberDiff line numberDiff 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
@@ -175,8 +177,9 @@ jobs:
175177
id: quarto
176178
if: ${{needs.yaml-check.outputs.toggle_website == 'quarto' }}
177179
run: |
178-
echo ${{needs.yaml-check.outputs.rendering_docker_image}}
179-
Rscript -e "quarto::quarto_render('.')"
180+
quarto check
181+
quarto::quarto_render('.')
182+
shell: Rscript
180183

181184
# This checks on the steps before it and makes sure that they completed.
182185
# If the renders didn't complete we don't want to commit the file changes

0 commit comments

Comments
 (0)