From 5f7a0944731842c1fc52ca25a0bc0695fa3083cf Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 13 Oct 2025 05:49:35 -0700 Subject: [PATCH] Fix: Update commit step for new file structure --- .github/workflows/benchmark.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index aa5828e..aabf4d0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,6 +28,5 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add README.md + git add README tests git diff --staged --quiet || (git commit -m "Docs: Update benchmark results" && git push) -