Compile and publish all LaTeX
Version updated for https://github.com/DanySK/compile-and-publish-all-latex to version 2.2.1.
- This action is used across all versions by 199 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of compiling LaTeX documents and publishing the resulting outputs to GitHub Releases. It simplifies workflows for managing LaTeX projects by providing features like differential document generation via auto-latexdiff, enabling users to track changes between versions. This action streamlines the management of LaTeX files, reducing manual effort and ensuring consistent publishing directly from GitHub.
Release notes
2.2.1 (2025-12-29)
Dependency updates
Performance improvements
- disable caching, as it penalizes performance currently (5ffa075)