Skip to content

Commit

Permalink
ci: use embedded fonts in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 19, 2024
1 parent 48c9eed commit 3a07592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: build
run: typst compile --root . src/modos.typ modos.pdf
run: typst compile --font-path ./assets/fonts --root . src/modos.typ modos.pdf

- name: upload pdf
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3a07592

Please sign in to comment.