From 07ec05dea52c79cf9f57dc0cb4fdd975e7261352 Mon Sep 17 00:00:00 2001 From: Oskar Laverny Date: Thu, 4 Apr 2024 19:12:12 +0200 Subject: [PATCH] up file name --- .github/workflows/Benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index a066b81..bb7d654 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -36,7 +36,7 @@ jobs: uses: benchmark-action/github-action-benchmark@v1 with: tool: 'julia' - output-file-path: benchmark/output.json + output-file-path: output.json # Use personal access token instead of GITHUB_TOKEN due to https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096 github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true