Skip to content

Commit abe797f

Browse files
authored
Merge pull request #126 from astronomy-commons/delucchi/paths
Fix paths ala PPT PR #258
2 parents 1c911ad + 3206ecf commit abe797f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/asv-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
git config user.name "github-actions[bot]"
7979
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
80-
git add _results/
80+
git add _results/ -f
8181
git pull
8282
git commit -m "Upload new benchmarks"
8383
git push origin main

0 commit comments

Comments
 (0)