diff --git a/build_garden.js b/build_garden.js index 8d617c11..2f8f070e 100644 --- a/build_garden.js +++ b/build_garden.js @@ -194,6 +194,7 @@ function toSlug(string) { // Build changelog fs.mkdirSync("./site/changelog"); + await exec("git fetch --all") console.log("remotes: " + (await exec("git branch -r -v")).stdout); const { stdout } = await exec('git log origin/master --after="2024-06-03T0:0:0+0000" --pretty=%H site/garden'); console.log(stdout);