diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5bb5a765..f397160e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -46,7 +46,7 @@ jobs: - name: Run benchmark run: | - python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt + python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt - name: Switch to & checkout benchmark results (gh-pages) repo uses: actions/checkout@v3