diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 094bbe6186..1a32b98772 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,4 +33,7 @@ jobs: run: | git config user.name "mike-ci-bot" git config user.email "missionpinball@users.noreply.github.com" + git checkout gh-pages + git fetch + git pull mike deploy --push 0.57 latest