Skip to content
/ resume Public
forked from onurravli/resume

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.

License

Notifications You must be signed in to change notification settings

Umutalb/resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume

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.

Local requirements

  • LaTeX
  • Cursor (recommended) or your favorite text editor

How to use?

  1. Clone the repository.
git clone https://github.com/Umutalb/resume.git
cd resume
  1. Change the content of the resume.tex file with your own content.

  2. To build the PDF locally, you can use the following command:

pdflatex resume.tex
  1. 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
  1. To push resume to your other repositories, you need to set PAT_TOKEN in your resume repository's action secrets section.

Output

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.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%