From 3206ecf185f3835e00e967a6b4f0ea2167d21203 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:06:28 -0400 Subject: [PATCH] Fix paths ala PPT PR #258 --- .github/workflows/asv-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asv-main.yml b/.github/workflows/asv-main.yml index 90cc22a7..28cd8aba 100644 --- a/.github/workflows/asv-main.yml +++ b/.github/workflows/asv-main.yml @@ -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