docs: specify dev branch 'cause CI

This commit is contained in:
Starbeamrainbowlabs 2024-01-02 17:05:06 +00:00
parent 2d36186da9
commit f35fd643a2
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ module.exports = function moondoc_runner(filepath_output) {
child_process.execFileSync(filepath_moondoc, [
"build",
"--input", dirpath_root,
"--output", filepath_output
"--output", filepath_output,
"--branch", "dev"
]);
}