mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
docs: specify dev branch 'cause CI
This commit is contained in:
parent
2d36186da9
commit
f35fd643a2
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
]);
|
||||
}
|
Loading…
Reference in a new issue