more debugging
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m18s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m18s
This commit is contained in:
parent
a958962729
commit
e9ec60a5f4
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue