Skip to content

Commit b8ee25f

Browse files
committed
fix pdf release yml
1 parent 3716b65 commit b8ee25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
22+
uses: typst-community/setup-typst@v4
2223

2324
- name: Release resume/main.typ as PDF
24-
uses: typst-community/setup-typst@v4
2525
run: |
2626
typst compile --font-path ./resume/fonts resume/main.typ gabriel-steinberg-engineer-resume.pdf
2727
- name: Delete existing latest release

0 commit comments

Comments
 (0)