Skip to content

Commit b2e1c79

Browse files
committed
Configure GH action to install TinyTeX
1 parent 6f1866b commit b2e1c79

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: Set up Quarto
1818
uses: quarto-dev/quarto-actions/setup@v2
19+
with:
20+
tinytex: true
1921

2022
- name: Install Python and Dependencies
2123
uses: actions/setup-python@v4
@@ -30,4 +32,4 @@ jobs:
3032
with:
3133
target: gh-pages
3234
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/_book/
2-
/.quarto/
1+
_book
2+
/.quarto
33
*.quarto_ipynb
4-
test.qmd

0 commit comments

Comments
 (0)