mirror of
https://github.com/maxkratz/github-actions-latex-example.git
synced 2025-01-24 10:59:07 +00:00
A minimal example on how to build a LaTeX document (PDF) via GitHub Actions and Docker.
.github/workflows | ||
.gitignore | ||
LICENSE | ||
main.tex | ||
README.md |
GitHub Actions LaTeX Example
This repository is a minimal example on how to build a LaTeX document using GitHub Actions and Docker.
To minimize LaTeX compile times when running the CI, this repository uses a full TeX Live installation based on a pre-built TeX Live Docker image, which is available on Docker Hub.
License
This project is licensed unter the LaTeX Project Public License.