A lot of cool resume based on LaTeX are available on github, getting started by forking one of them :
Click on the link below to install the Github App :
+ Add to GitHub
Create the file .github/cv-assistant.yml
on your repository with the following content :
#.github/cv-assistant.yml
files :
- resume.tex # file to generate
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.