competitions
hjm 6 years ago
parent 1f51086c3e
commit 344714b057

@ -238,7 +238,7 @@ function generateNewIndexJsp() {
fs2.writeFile(outputPath, result, 'utf8', function (err) {
if (err) return console.log(err);
commitAndPush();
// commitAndPush();
});
});
}

Loading…
Cancel
Save