We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f370a commit 2f51ef2Copy full SHA for 2f51ef2
.github/workflows/compile-docs.yaml
@@ -67,6 +67,7 @@ jobs:
67
mkdir -p target/doc
68
for doc in doc/*; do
69
./typst compile $doc "target/doc/$(basename $doc .typ).pdf" \
70
+ --root . \
71
--font-path jetbrains-mono \
72
--font-path ibm-plex/IBM-Plex-Mono \
73
--font-path ibm-plex/IBM-Plex-Sans
0 commit comments