From efe216475d15f039d3b901e47144dd3efc6ec6c7 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 14:58:16 +0300 Subject: [PATCH] Updated gh-pages checkout command --- .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 22157b3f..84f158fc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -58,7 +58,7 @@ jobs: run: | git status git fetch --no-tags --depth=1 origin main - git checkout origin/main + git checkout main git pull git status