A workflow to show the diff between two versions of a latex document.
It uses:
- actions/checkout to get the two versions (
master
andv1
tag) of the latex document - latexdiff to generate the difference between the two documents
- latex-action to build the pdf from the latex difference file
The result is uploaded as an artifact.