We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1866b commit b2e1c79Copy full SHA for b2e1c79
2 files changed
.github/workflows/publish.yml
@@ -16,6 +16,8 @@ jobs:
16
17
- name: Set up Quarto
18
uses: quarto-dev/quarto-actions/setup@v2
19
+ with:
20
+ tinytex: true
21
22
- name: Install Python and Dependencies
23
uses: actions/setup-python@v4
@@ -30,4 +32,4 @@ jobs:
30
32
with:
31
33
target: gh-pages
34
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -1,4 +1,3 @@
1
-/_book/
2
-/.quarto/
+_book
+/.quarto
3
*.quarto_ipynb
4
-test.qmd
0 commit comments