action
Some checks failed
Build and deploy / build (push) Failing after 8s
Lints / typos (push) Successful in 20s

This commit is contained in:
Mark 2025-01-21 15:53:19 -08:00
parent 257a7b725e
commit 0d8fad9420
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -13,13 +13,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download Tectonic - name: Install TeXLive
run: run: |
wget "https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.15.0/tectonic-0.15.0-x86_64-unknown-linux-musl.tar.gz" && sudo apt install texlive-full
tar -xf "tectonic-0.15.0-x86_64-unknown-linux-musl.tar.gz"
- name: Build LaTeX handouts - name: Build LaTeX handouts
run: bash build.sh run: python tools/build/main.py
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with: