From 98610ccf3187ba7857161e2844f3ad14cf3240ce Mon Sep 17 00:00:00 2001 From: raar1 Date: Mon, 2 Dec 2024 17:07:22 +0100 Subject: [PATCH] Fetch all branches first --- .github/workflows/benchmarks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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