Skip to content

Commit

Permalink
Merge pull request #126 from astronomy-commons/delucchi/paths
Browse files Browse the repository at this point in the history
Fix paths ala PPT PR #258
  • Loading branch information
delucchi-cmu authored Aug 11, 2023
2 parents 1c911ad + 3206ecf commit abe797f
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 abe797f

Please sign in to comment.