mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-03 12:33:57 +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, [
|
||||
"build",
|
||||
"--input", dirpath_root,
|
||||
"--output", filepath_output
|
||||
"--output", filepath_output,
|
||||
"--branch", "dev"
|
||||
]);
|
||||
}
|
Loading…
Reference in New Issue
Block a user