Skip to content
Vadym Zakovinko edited this page Oct 29, 2020 · 3 revisions

How to use this project to build your own CV.

Steps:

  1. Fork repository
  2. Change cv.tex with your data and replace photo or remove it
  3. Create GitHub Secret with NAME with result CV file name but without extension for example if NAME will be John-Doe then in result CV file name will equals to John-Doe.pdf
  4. Change link to result CV in README.md file, by default you need to change only file name. Link always points to latest release.
  5. That's all)

What you will get

There are two workflows for GitHub Actions:

First - to build CV in PDF and upload to releases on pull into master branch

Second - to build CV in PDF and upload to test artifacts for future check which works only for pull requests

Clone this wiki locally