Skip to content

Commit

Permalink
Fetch gh-pages branch before mike deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 226cf8b commit 17f2b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 17f2b7c

Please sign in to comment.