This repository is a static portfolio site designed for GitHub Pages. It publishes:
- A home page that highlights profile, skills, and experience
- An automated GitHub Actions pipeline that compiles the resumes into PDF files and deploys the site
site/- static website files served by GitHub Pagesresumes/- LaTeX resume sources.github/workflows/- build and deploy automation
Update these files with your real information:
site/index.htmlresumes/software-engineer.tex
- Push this repository to GitHub.
- In the repository settings, open
Pages. - Set the source to
GitHub Actions. - Push to
mainagain or run the workflow manually.
The workflow compiles the LaTeX resumes and deploys the contents of site/ to GitHub Pages.