Skip to content

Commit

Permalink
Don't push mike set-default
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 461d5d4 commit edd49ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
run: |
git config user.name "mike-ci-bot"
git config user.email "missionpinball@users.noreply.github.com"
# git fetch
# git checkout gh-pages
# git pull
# git checkout main
git fetch
git checkout gh-pages
git pull
git checkout main
mike deploy 0.57 latest
mike set-default --push latest
mike set-default latest
- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit edd49ba

Please sign in to comment.