Skip to content

Commit a9aeeae

Browse files
authored
Update build.yml
1 parent 966a038 commit a9aeeae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
which lualatex
5959
lualatex --version
6060
61+
- name: Render PDF with lualatex
62+
run: quarto render your_document.qmd --to pdf --pdf-engine=lualatex
63+
6164
- name: Render and Publish
6265
uses: quarto-dev/quarto-actions/publish@v2
6366
with:

0 commit comments

Comments
 (0)