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 269dc8d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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: |
apt install -y perl
perl -mFile::Find /dev/null
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
# add software dependencies here and any libraries

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

0 comments on commit 269dc8d

Please sign in to comment.