Skip to content

Commit c523144

Browse files
committed
update release cycle
1 parent 641e966 commit c523144

4 files changed

Lines changed: 7 additions & 17 deletions

File tree

.github/workflows/resume-pdf-release.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'resume.md' # Only triggers when resume.md changes
8+
- 'resume/**' # Only triggers when resume directory changes
99
workflow_dispatch: # Allows manual triggering
1010

1111
# Add permissions for the GITHUB_TOKEN
@@ -20,19 +20,10 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222

23-
- name: Convert resume.md to PDF
24-
uses: docker://pandoc/latex:latest
25-
with:
26-
args: >-
27-
resume.md
28-
--output=gabriel-steinberg-rust-engineer-resume.pdf
29-
--pdf-engine=xelatex
30-
--variable=geometry:margin=0.5in
31-
--variable=fontsize:10pt
32-
--variable=colorlinks:true
33-
--variable=linkcolor:blue
34-
--variable=urlcolor:blue
35-
23+
- name: Release resume/main.typ as PDF
24+
uses: typst-community/setup-typst@v4
25+
run: |
26+
typst compile --font-path ./resume/fonts resume/main.typ gabriel-steinberg-engineer-resume.pdf
3627
- name: Delete existing latest release
3728
env:
3829
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -53,4 +44,4 @@ jobs:
5344
**Last commit:** ${{ github.event.head_commit.message }}
5445
**Commit SHA:** ${{ github.sha }}
5546
56-
Generated from \`resume.md\` using pandoc."
47+
Generated from \`resume/main.typ\` using typst."

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Currently working on networking infrastructure and VPN technology. Trying to be
3030
- Bluesky: [@tapingmemory.bsky.social](https://bsky.app/profile/tapingmemory.bsky.social)
3131
- Email: [gabrielalejandro7@gmail.com](mailto:gabrielalejandro7@gmail.com)
3232
- [Linkedin](https://www.linkedin.com/in/gabriel-s-40186a155)
33-
- [Resume](./resume.md)
3433
- [Resume PDF](https://taping-memory.dev/resume)
3534
---
3635

content/pages/aboutme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ I never know what to put in these pages, so yeah here are some useful links if y
2121
- Bluesky: [@tapingmemory.bsky.social](https://bsky.app/profile/tapingmemory.bsky.social)
2222
- Email: [gabrielalejandro7@gmail.com](mailto:gabrielalejandro7@gmail.com)
2323
- [Linkedin](https://www.linkedin.com/in/gabriel-s-40186a155)
24-
- [Resume](https://github.com/conectado/Blog/blob/main/resume.md)
2524
- [Resume PDF](/resume)

resume/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To see a PDF version of my resume head over to [this link](https://taping-memory.dev/resume) or go to the release section of this repo.

0 commit comments

Comments
 (0)