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/Umutalb/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 Update_Umut_Resume.pdf in the repository root. You can find the latest version here. (You can change to your name from action file)
Note:
If you don’t want the generated CV to be deployed to your website, you can remove the related lines from the workflow file (from line 22 onwards).
If you do want it deployed, make sure to add a PAT_TOKEN in your repository’s Actions secrets.
This project is licensed under the MIT License. See the LICENSE.md file for details.