No more outdated Resume

Release the new version of your story by enabling your resume as code.

A Simple Pipeline to release your resume

1. Update your resume (.tex)

Using version control for your resume is the best way to keep track.

2. Run the pipeline

Each change triggers a new build, like every good software you need to create a new version!

3. Release the resume (.pdf)

Hosted on GitHub the different versions of your resume are accessible from everywhere!

1. Find a LaTeX Resume Template that fits you

A lot of cool resume based on LaTeX are available on github, getting started by forking one of them :

2. Intall the CV assistant as an app on your repository

Click on the link below to install the Github App :

+ Add to GitHub

3. Customize your configuration

Create the file .github/cv-assistant.yml on your repository with the following content :



#.github/cv-assistant.yml
files :
  - resume.tex # file to generate 
              

Specify multiple files to generate different documents

4. Push new changes to your Resume

Everytime you will push a new change to the master branch, the Github App will release a new version of your resume with the pdf attached to it. Your resume will be accessible from the tag named latest, then you could share the url : {YOUR_REPO}/releases/download/latest/resume.pdf To access to the last version of the document.

Ready to track your resume changes ?