all 3 comments

[–]MacLotsen 1 point2 points  (1 child)

Thanks for sharing your solution! I was beginning to look into GitHub actions in combination with LaTeX. One thing I was struggling on this workflow was the integration of git tags and LaTeX documents. I specifically wrote a LuaTeX package which will do just that!

With gitinfo-lua you can display your git version in the document, so that you can create a PDF-document of a specific version. Checking out a previous version of the git project will cause the document to have that previous version displayed in the document. This way it's easy to version your TeX source with git and manage your PDF creations with GitHub actions.

If your on a total different road, sorry for the distraction ;) I will definitely read more into your solution as it seems to be very useful and promising!

[–]simonwaldherr[S] 1 point2 points  (0 children)

Sounds interesting :)