Skip to content

Commit 2f51ef2

Browse files
repo: use the proper root
1 parent f1f370a commit 2f51ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-docs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
mkdir -p target/doc
6868
for doc in doc/*; do
6969
./typst compile $doc "target/doc/$(basename $doc .typ).pdf" \
70+
--root . \
7071
--font-path jetbrains-mono \
7172
--font-path ibm-plex/IBM-Plex-Mono \
7273
--font-path ibm-plex/IBM-Plex-Sans

0 commit comments

Comments
 (0)