This repository contains my resume in LaTeX. Every time a push is made, the PDF is built and committed to the repository by GitHub Actions, and to my personal website.
- Clone the repository.
git clone https://github.com/onurravli/resume.git
cd resume-
Change the content of the
resume.texfile with your own content. -
To build the PDF locally, you can use the following command:
pdflatex resume.tex- To build the PDF with GitHub Actions, you can push the changes to the repository.
git add resume.tex
git commit -m "docs: update resume.tex"
git push- To push resume to your other repositories, you need to set
PAT_TOKENin yourresumerepository's action secrets section.
The generated PDF will be available as Onur_Ravli_Resume.pdf in the repository root. You can find the latest version here. (You can change to your name from action file)
This project is licensed under the MIT License. See the LICENSE.md file for details.