mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-04 13:03:59 +01:00
docs: specify dev branch 'cause CI
This commit is contained in:
parent
2d36186da9
commit
f35fd643a2
@ -17,6 +17,7 @@ module.exports = function moondoc_runner(filepath_output) {
|
|||||||
child_process.execFileSync(filepath_moondoc, [
|
child_process.execFileSync(filepath_moondoc, [
|
||||||
"build",
|
"build",
|
||||||
"--input", dirpath_root,
|
"--input", dirpath_root,
|
||||||
"--output", filepath_output
|
"--output", filepath_output,
|
||||||
|
"--branch", "dev"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user