Be quiet about the techtree update commit
All checks were successful
/ build (push) Successful in 1m9s

This commit is contained in:
Rahix 2025-10-17 12:55:06 +02:00
parent 305da2b7d7
commit 983ceb2076

View file

@ -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")?;