Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejklock/latex-cv-resume
This repository contains a example for build CV/Resume in Latex using Github Actions. Every you update the the tex file, a Github Action is triggered to generate a new version of your resume
https://github.com/ejklock/latex-cv-resume
cv github-actions latex latex-template pdf-generation resume
Last synced: 5 days ago
JSON representation
This repository contains a example for build CV/Resume in Latex using Github Actions. Every you update the the tex file, a Github Action is triggered to generate a new version of your resume
- Host: GitHub
- URL: https://github.com/ejklock/latex-cv-resume
- Owner: ejklock
- License: mit
- Created: 2024-04-24T13:40:12.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-24T13:49:59.000Z (7 months ago)
- Last Synced: 2024-10-12T21:04:05.010Z (about 1 month ago)
- Topics: cv, github-actions, latex, latex-template, pdf-generation, resume
- Language: TeX
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Latex CV/Resume with Github Actions
## Description
This repository contains a example for build CV/Resume in Latex using Github Actions. Every you update the the tex file, a Github Action is triggered to generate a new version of your resume. You can pass multiple tex files to the Github Action step:"Compile LaTeX document" and the Github Action will take care of the rest. The generated PDFs are available to download on your [GitHub repository] on the [Releases page]
## Sensitive information
You can pass your sensitive information to the Github Action step:"Compile LaTeX document" env variables, like: "MY_EMAIL" and "MY_PHONE_NUMBER" and others as you wish. To use in Latex document, update the tex file adding as follow:
```latex
\getenv{YOUR_VARIABLE_NAME}}
```## Credits
1 - The CV template was created by Omar Roldan available on [Overleaf](https://www.overleaf.com/latex/templates/cv-developer/rdycxzvvnvcc)
2 - This project uses the [latex-action](https://github.com/xu-cheng/latex-action) github action for build the CV/Resume
3 - Latex env vars solution available at
4 - Built by [Evaldo Klock](https://github.com/ejklock)