Skip to content

Commit

Permalink
+ GH_TOKEN to fix tex install err in GH action publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed May 1, 2024
1 parent 42c8cf5 commit 134345d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tinytex: true # for pdf

Expand Down

0 comments on commit 134345d

Please sign in to comment.