Fix: Update commit step for new file structure

This commit is contained in:
2025-10-13 05:49:35 -07:00
parent 3264242b13
commit 5f7a094473

View File

@@ -28,6 +28,5 @@ jobs:
run: | run: |
git config --global user.name 'github-actions[bot]' git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com' 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) git diff --staged --quiet || (git commit -m "Docs: Update benchmark results" && git push)