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

This commit is contained in:
Mark 2025-01-21 15:58:40 -08:00
parent 200077d73e
commit ad5b45fda1
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -15,7 +15,13 @@ jobs:
- name: Install TeXLive - name: Install TeXLive
run: | run: |
sudo apt install texlive cd /tmp
wget "https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
zcat < install-tl-unx.tar.gz | tar xf -
cd install-tl-*
sudo perl ./install-tl --no-interaction
- run: ls /usr/local/texlive/2025/bin/x86_64-linux
- name: Build LaTeX handouts - name: Build LaTeX handouts
run: python tools/build/main.py run: python tools/build/main.py