-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Vadym Zakovinko edited this page Oct 29, 2020
·
3 revisions
Steps:
- Fork repository
- Change cv.tex with your data and replace photo or remove it
- Create GitHub Secret with
NAME
with result CV file name but without extension for example ifNAME
will beJohn-Doe
then in result CV file name will equals toJohn-Doe.pdf
- Change link to result CV in
README.md
file, by default you need to change only file name. Link always points to latest release. - That's all)
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