We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62a6d1 commit 38a6436Copy full SHA for 38a6436
1 file changed
Justfile
@@ -8,7 +8,7 @@ default:
8
9
# generate manual
10
doc:
11
- typst compile docs/docs.typ docs.pdf --root . --font-path ./fonts
+ typst compile docs/docs.typ docs.pdf --root . --font-path ./docs/fonts
12
13
# run test suite
14
test *args:
0 commit comments