8000 GitHub - chrissantamaria/resume at v1.0.7
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

📄 LaTeX source for my personal resume, using a GitHub Actions workflow for automatic PDF builds

Notifications You must be signed in to change notification settings

chrissantamaria/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume

LaTeX source for my personal resume linked on chris.santamaria.me. Uses a GitHub Actions workflow for automatic PDF builds uploaded as releases.

Actions Workflow

The action is triggered on a version tag push. To tag changes and push with a tag to GitHub:

git tag v1.0.0
git push --follow-tags

The repository is first cloned using actions/checkout. Next, latex-action is triggered to compile resume.tex into a PDF; this package internally uses a Docker image with TeX Live for compilation. Finally, a GitHub release for the tag is created (actions/create-release) and the compiled PDF is uploaded as a release asset (actions/upload-release-asset).

All successful workflows can be found in the Actions tab on GitHub, and builds can be found in the Releases tab.

About

📄 LaTeX source for my personal resume, using a GitHub Actions workflow for automatic PDF builds

Resources

Stars

Watchers

Forks

Packages

No packages published
0