Skip to content

Commit

Permalink
Run texhash after installing quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Sep 26, 2024
1 parent 55e5844 commit b365bc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- name: "Update font cache"
run: sudo fc-cache -fv

# run texhash
- name: "Run texhash"
run: sudo texhash

# Back to our regularly scheduled Quarto output
- name: "Set up Quarto"
uses: quarto-dev/quarto-actions/setup@v2
Expand All @@ -59,6 +55,10 @@ jobs:
run: |
quarto add AAGI-AUS/AAGIQuarto --no-prompt
# run texhash
- name: "Run texhash"
run: sudo texhash

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit b365bc1

Please sign in to comment.