From b1d279b4421498154fdbba6d3f2791f219045706 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:31:59 -0700 Subject: [PATCH] Fixes mike deploy --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4b422a..87186e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,6 +178,11 @@ jobs: run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" + - + name: Fetch gh-pages + if: startsWith(github.ref, 'refs/tags/') + run: | + git fetch origin gh-pages --depth=1 - name: Deploy documentation if: startsWith(github.ref, 'refs/tags/')