Skip to content

Commit

Permalink
Add gh-pages branch fetching before mike deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Sep 11, 2023
1 parent 5fc79e7 commit bafd83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: git fetch origin gh-pages --depth=1
- run: mike deploy --push --update-aliases ${{ steps.read_toml.outputs.value }} latest
- run: mike set-default --push latest

0 comments on commit bafd83f

Please sign in to comment.