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 541df95 commit 4b83309Copy full SHA for 4b83309
tests/utils.ts
@@ -60,6 +60,9 @@ export function findProjectOutputDir(projectdir: string | undefined) {
60
if (type === "website") {
61
return (yaml as any)?.project?.["output-dir"] || "_site";
62
}
63
+ if (type === "manuscript") {
64
+ return (yaml as any)?.project?.["output-dir"] || "_manuscript";
65
+ }
66
67
68
// Gets output that should be created for this input file and target format
0 commit comments