My updated curriculum vitae. Written in latex, it uses the AltaCV template. Built using Travis-CI.
Once changes are committed and pushed to the remote repository, you can trigger the creation of a release by tagging the commit
git tag vX.Y.Z
and then pushing the tag
git push origin vX.Y.Z
The Github Actions workflow (check .github/workflows/main.yml
) will take care of creating a new release.