-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Resume | ||
|
||
This repo generates my resume. [github-action-for-latex](https://github.com/marketplace/actions/github-action-for-latex) compiles the generated latex file to a PDF. It is then uploaded as an asset to this repo's releases. | ||
This repo generates my resume. My resume is written in Latex, which is then used to generate the final PDF. | ||
|
||
I use Nix Flakes to handle my dependencies and packaging. `flake.nix` contains devShell where it has latex dependencies installed and also a packaging that is used to build my PDF via `nix build`. I use the same packaging in my GitHub Actions to generate the PDF and create a release with the PDF uploaded. | ||
|
||
Check out the [Releases](https://github.com/gapuchi/resume/releases) for my latest resume. |