Skip to content

Commit

Permalink
add tinytex to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSoraggi committed Mar 6, 2024
1 parent 4bf9d09 commit 7205bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Unzip Quarto on Linux
if: runner.os == 'Linux'
run: ls /opt && /opt/quarto-1.3.450/bin/quarto publish gh-pages
run: /opt/quarto-1.3.450/bin/quarto install tinytex && /opt/quarto-1.3.450/bin/quarto publish gh-pages

# - name: Set up Quarto
# uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 7205bbc

Please sign in to comment.