mirror of
https://github.com/zenlm/papers.git
synced 2026-07-27 03:34:41 +00:00
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:
@@ -23,6 +23,8 @@ permissions:
|
||||
jobs:
|
||||
compile-pdfs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: texlive/texlive:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user