Update .gitea/workflows/compile-typst.yml
All checks were successful
Compile Typst CV / build (push) Successful in 9s

This commit is contained in:
2026-02-24 17:22:23 +00:00
parent 3765c73b42
commit cd06d6c8b0

View File

@@ -10,9 +10,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Compile Typst
- name: Install Typst
run: |
typst compile cv.typ
curl -L https://github.com/typst/typst/releases/latest/download/typst-x86_64-unknown-linux-musl.tar.xz \
| tar -xJ --strip-components=1 -C /usr/local/bin typst-x86_64-unknown-linux-musl/typst
- name: Compile Typst
run: typst compile cv.typ --root .
- name: Check if PDF was created
run: |