perf: use Docker container with pre-installed LaTeX

Reduces build time from 4+ minutes to seconds by using texlive/texlive:latest Docker image instead of installing texlive-full.
This commit is contained in:
Hanzo Dev
2025-10-29 01:39:45 -07:00
parent 0bae1b49a0
commit 0bbf1f0444
+2
View File
@@ -23,6 +23,8 @@ permissions:
jobs:
compile-pdfs:
runs-on: ubuntu-latest
container:
image: texlive/texlive:latest
steps:
- name: Checkout repository