more debugging
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m18s

This commit is contained in:
thepaperpilot 2024-06-10 20:09:01 -05:00
parent a958962729
commit e9ec60a5f4

View file

@ -194,6 +194,7 @@ function toSlug(string) {
// Build changelog // Build changelog
fs.mkdirSync("./site/changelog"); fs.mkdirSync("./site/changelog");
await exec("git fetch --all")
console.log("remotes: " + (await exec("git branch -r -v")).stdout); 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'); const { stdout } = await exec('git log origin/master --after="2024-06-03T0:0:0+0000" --pretty=%H site/garden');
console.log(stdout); console.log(stdout);