Skip to content

Commit 0a503df

Browse files
Update build.yml
1 parent 1f3cfbf commit 0a503df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
tar xvf typst-x86_64-unknown-linux-musl.tar.xz
2020
mv typst-x86_64-unknown-linux-musl/typst .
2121
- name: Compile Files
22-
runs: |
22+
run: |
2323
./typst c cv_2025.typ
2424
./typst c cv_2025_en.typ
2525
- name: Commit compiled PDFs

0 commit comments

Comments
 (0)