fix benchmark.yml
1 changed file+2−1
.github/workflows/benchmark.ymlmodified+2−1View file
@@ -67,6 +67,7 @@ jobs:
6767 env:
6868 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969 run: |
70- git add benchmark_results/
70+ # need to force add because it's in the .gitignore
71+ git add -f benchmark_results/
7172 git commit -m "Update benchmark results from $(date +'%Y-%m-%d %H:%M:%S') [skip ci]"
7273 git push -f https://${GITHUB_TOKEN}@github.com/${{ github.repository }} benchmark-results