Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 682 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 682 Bytes

curriculum-vitae

CircleCI

CI/CD for my CV.

The LateX in this repo gets built on CircleCI via a Docker image. The pdf is committed and pushed back into this repo onto the master branch, which is served by github pages.

You can access the final result here: https://tethik.github.io/curriculum-vitae/cv.pdf

Building using docker

docker run --rm -v $(pwd):/data tethik/xelatex make

Credits