Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
sun123zxy committed Oct 29, 2024
1 parent cfce30f commit 9d6df59
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# with:
# To install LaTeX to build PDF book
tinytex: true
# tinytex: true
# uncomment below and fill to pin a version
# version: SPECIFIC-QUARTO-VERSION-HERE


- name: Set up TinyTeX manually
run: |
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
export PATH="$HOME/bin:$PATH"
# add software dependencies here and any libraries

# From https://github.com/actions/setup-python
Expand Down

0 comments on commit 9d6df59

Please sign in to comment.