Skip to content

Commit

Permalink
Fix mike deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Nov 8, 2023
1 parent 11bf139 commit e4b3359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
git checkout --orphan gh-pages
git pull origin gh-pages
git checkout ${{ steps.extract_branch.outputs.branch }}
mike deploy --push --update-aliases ${{ steps.vars.outputs.version }} latest
mike deploy --push --update-aliases ${{ steps.vars.outputs.version }} latest --no-redirect

0 comments on commit e4b3359

Please sign in to comment.