Skip to content

Commit

Permalink
Fix paths ala PPT PR #258
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Aug 11, 2023
1 parent 1c911ad commit 3206ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asv-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add _results/
git add _results/ -f
git pull
git commit -m "Upload new benchmarks"
git push origin main
Expand Down

0 comments on commit 3206ecf

Please sign in to comment.