Skip to content

chrissantamaria/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

85 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Resume

LaTeX source for my personal resume linked on my site, based on an awesome template found here. 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:

# create a new tag
git tag v1.0.0
# push code
git push
# push tags
git push --tags

GitHub Actions then:

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

Development container

This repo includes a .devcontainer directory which can create an isolated dev environment using a local Visual Studio Code instance or GitHub Codespaces, preconfigured with necessary build packages and editor extensions.

About

πŸ“„ LaTeX source for my personal resume, using a GitHub Actions workflow for automatic PDF builds

Resources

Stars

Watchers

Forks

Packages

No packages published