Update .gitea/workflows/compile-typst.yml
All checks were successful
Compile Typst CV / build (push) Successful in 9s
All checks were successful
Compile Typst CV / build (push) Successful in 9s
This commit is contained in:
@@ -10,9 +10,13 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Compile Typst
|
- name: Install Typst
|
||||||
run: |
|
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
|
- name: Check if PDF was created
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user