We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TYPST_FONT_PATH
1 parent 3858d89 commit 64858b4Copy full SHA for 64858b4
.github/workflows/ci.yml
@@ -206,8 +206,7 @@ jobs:
206
- run: cargo test --workspace
207
env:
208
# Set the path to the Fira Sans font for Typst.
209
- # The path is relative to the `crates_io_og_image` crate root.
210
- TYPST_FONT_PATH: ../../Fira-4.202/otf
+ TYPST_FONT_PATH: ${{ github.workspace }}/Fira-4.202/otf
211
212
frontend-lint:
213
name: Frontend / Lint
0 commit comments