Refer to the version using the GITHUB ACTION 🚀 : https://github.com/olivierodo/Awesome-CV-action
A GitHub App built with probot that support you to keep your resume up to date.
Inspired by the project Awesome-CV from posquit0. I just tought it would be cool to have a pipeline to deploy your resume.
Basically everytime you will push a change on your Latex resume the bot will :
- compile your resume into a .pdf
- create a tag and a git release
- Upload the resume as a pdf to the release.
Then your resume will be accessible from everywhere to the url https://github.com/{OWNER}/{REPO}/releases/download/latest/resume.pdf
- Create a new repository or fork cv-awesome repo : my sample here
- Configure the GitHub App: github.com/apps/cv-assistant
- Setup the preference by creating the file
.github/cv-assistant
- If the setting file doesn't exist the bot will propse a sample to you by creating a pull request
# Install dependencies
npm install
# Run the bot
npm start