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.
1 parent cb7fa36 commit 70a137aCopy full SHA for 70a137a
mise.toml
@@ -8,8 +8,11 @@ pinact = "3.1.1"
8
yes = true
9
idiomatic_version_file_enable_tools = []
10
11
+[vars]
12
+_.file = "website/metadata.json"
13
+
14
[tasks.generate-docs]
-run = "cargo run --package typst-docs -- --assets-dir assets --out-file docs.json --base /docs/"
15
+run = "cargo run --package typst-docs -- --assets-dir assets --out-file docs.json --base {{vars.basePath}}"
16
17
[tasks.generate-web]
18
depends = ["install-website"]
0 commit comments