A minimal example on how to build a LaTeX document (PDF) via GitHub Actions and Docker.
Find a file
2024-06-07 13:50:24 +02:00
.github/workflows Adds GitHub Actions CI config 2024-06-07 13:44:19 +02:00
.gitignore Adds an example LaTeX document 2024-06-07 13:41:48 +02:00
LICENSE Adds a LICENSE 2024-06-07 13:36:53 +02:00
main.tex Adds an example LaTeX document 2024-06-07 13:41:48 +02:00
README.md Adds documentation + badge to README.md 2024-06-07 13:50:24 +02:00

GitHub Actions LaTeX Example

Build

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.