LaTeX source and build automation for my resume.
The latest generated PDF is available at:
Older generated PDFs are kept in versions/ so previous resume revisions can be downloaded from GitHub or from the published version history. The deploy workflow also attempts a Catbox mirror upload with a 30-second timeout.
./compile.shThe build writes akshit_mehta_resume.pdf in the repository root.
resume.tex- resume content and layoutmain.py- build script that compiles withpdflatex, falling back totectoniccompile.sh- small shell wrapper aroundmain.py
GitHub Actions builds the resume PDF on every push to master, archives a dated PDF in versions/ when the resume content changes, attempts a Catbox mirror upload with a 30-second timeout, and publishes a GitHub Pages site with direct download links.