Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxkratz/github-actions-latex-example
A minimal example on how to build a LaTeX document (PDF) via GitHub Actions and Docker.
https://github.com/maxkratz/github-actions-latex-example
actions continuous-integration docker example github-actions latex latex-document latexmk
Last synced: 2 days ago
JSON representation
A minimal example on how to build a LaTeX document (PDF) via GitHub Actions and Docker.
- Host: GitHub
- URL: https://github.com/maxkratz/github-actions-latex-example
- Owner: maxkratz
- License: lppl-1.3c
- Created: 2024-06-07T11:31:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:50:26.000Z (5 months ago)
- Last Synced: 2024-10-19T01:07:00.226Z (about 1 month ago)
- Topics: actions, continuous-integration, docker, example, github-actions, latex, latex-document, latexmk
- Language: TeX
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions LaTeX Example
[![Build](https://github.com/maxkratz/github-actions-latex-example/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/maxkratz/github-actions-latex-example/actions/workflows/ci.yml)
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](https://tug.org/texlive/) installation based on a [pre-built TeX Live Docker image](https://github.com/maxkratz/docker_texlive), which is available on [Docker Hub](https://hub.docker.com/r/maxkratz/texlive).
## License
This project is licensed unter the [LaTeX Project Public License](./LICENSE).