docker build . -t latex2pdf
docker run --rm -v $(pwd):/source latex2pdf cv.tex
just push, a new release will be created with the latest pdf.
- The idea to do the convertion inside a docker container is from: https://github.com/kraeki/cv
- The tex template is from https://github.com/posquit0/Awesome-CV