Skip to content

Commit 552e2ff

Browse files
CI: pin Quarto to 1.9.37 so site_libs match rendered HTML.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cdc8432 commit 552e2ff

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/quarto-render.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ jobs:
3131
# Avoids GitHub API rate limits when downloading Quarto / TinyTeX bundles.
3232
GH_TOKEN: ${{ github.token }}
3333
with:
34-
version: release
34+
# Pin so HTML and site_libs hashes stay aligned across runs (avoid mixing
35+
# with a different local Quarto when committing docs from a laptop).
36+
version: "1.9.37"
3537
tinytex: true
3638

39+
- name: Report Quarto version
40+
run: quarto --version
41+
3742
- name: Install TeX fonts for syllabus PDF (Linux)
3843
run: |
3944
if command -v tlmgr >/dev/null 2>&1; then

0 commit comments

Comments
 (0)