My (probably, maybe?) up-to-date resume, written in LaTeX, and compiled/pushed as both PDF and HTML via GitHub Actions.
A Docker container with the necessary components is used to drive local development and PDF / HTML export.
$ make dockerThis creates a container with the default name of latex.
$ make pdfThe exported files are found in build/pdf/ amd deployed to the pdf branch.
$ make htmlThe exported files are found in build/html/ and deployed to the gh-pages branch.
- You can view the PDF here.
- You can view the HTML here.
- It's also rendered live on my website here.