Skip to content

Commit 22b956d

Browse files
authored
adds tinytex version num
1 parent 30a39c3 commit 22b956d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quarto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# To install LaTeX to build PDF book
1818
tinytex: true
1919
# uncomment below and fill to pin a version
20-
# version: 0.9.600
20+
version: 0.9.600
2121

2222
# add software dependencies here
2323

@@ -27,4 +27,4 @@ jobs:
2727
target: gh-pages
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
30-
30+

0 commit comments

Comments
 (0)