diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 1cf9c5b..d7a6fc8 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -68,11 +68,10 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - with: - ref: gh-pages - name: Copy benchmark results to docs run: | git status + git fetch git checkout gh-pages git status git checkout benchmarks -- bench