Be quiet about the techtree update commit
All checks were successful
/ build (push) Successful in 1m9s
All checks were successful
/ build (push) Successful in 1m9s
This commit is contained in:
parent
305da2b7d7
commit
983ceb2076
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ pub async fn publish(ctx: &crate::Context, rendered: &RenderedTree) -> anyhow::R
|
|||
.arg("-C")
|
||||
.arg(&rendered.repo_dir)
|
||||
.arg("commit")
|
||||
.arg("--quiet")
|
||||
.args(["-m", &format!("Updated techtree at {}", ctx.timestamp)])
|
||||
.success()
|
||||
.context("Failed to add generated graph files to git index")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue