Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnold-c authored Mar 21, 2023
1 parent ea14538 commit 983469b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
#env:
# GH_TOKEN: ${{ secrets.QUARTO_PUBLISH_TOKEN }}
- name: Install TinyTex
run: quarto install tool tinytex
run: |
quarto install tool tinytex
tlmgr option repository ftp:https://tug.org/historic/systems/texlive/2023/tlnet-final
#- name: Render Quarto Project
# uses: quarto-dev/quarto-actions/render@v2
Expand Down

0 comments on commit 983469b

Please sign in to comment.