From 87563886b41274edef7b6bb721bcca216a415f62 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 9 Apr 2024 16:51:17 -0400 Subject: [PATCH] Remove stash pointer. --- .github/workflows/memote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/memote.yml b/.github/workflows/memote.yml index 6969668..b221900 100644 --- a/.github/workflows/memote.yml +++ b/.github/workflows/memote.yml @@ -68,7 +68,7 @@ jobs: memote report snapshot \ --filename="${{ env.snapshot }}" \ --custom-tests=${{ env.custom_tests }} - git stash "${{ env.snapshot }}" + git stash git checkout gh-pages git stash pop