Skip to content

Commit 0f86b28

Browse files
committed
fix pdf release
1 parent 9517b41 commit 0f86b28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
22-
uses: typst-community/setup-typst@v4
23-
22+
- name: Setup typst
23+
uses: typst-community/setup-typst@v4
24+
2425
- name: Release resume/main.typ as PDF
2526
run: |
2627
typst compile --font-path ./resume/fonts resume/main.typ gabriel-steinberg-engineer-resume.pdf
@@ -32,7 +33,7 @@ jobs:
3233
gh release delete latest --yes || true
3334
git push --delete origin latest || true
3435
continue-on-error: true
35-
36+
3637
- name: Create latest release
3738
env:
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)