Skip to content

Commit

Permalink
repo: use the proper root
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Jan 10, 2025
1 parent f1f370a commit 2f51ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
mkdir -p target/doc
for doc in doc/*; do
./typst compile $doc "target/doc/$(basename $doc .typ).pdf" \
--root . \
--font-path jetbrains-mono \
--font-path ibm-plex/IBM-Plex-Mono \
--font-path ibm-plex/IBM-Plex-Sans
Expand Down

0 comments on commit 2f51ef2

Please sign in to comment.