Skip to content

Commit

Permalink
mike no longer has --rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Nov 6, 2023
1 parent 56b67d5 commit 9adf0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pydoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
version=${{steps.version.outputs.value}}
if [ -n "$version" ]
then
mike deploy --rebase $version
mike deploy $version
else
mike deploy --rebase 0.20.dev
mike deploy 0.20.dev
fi
git fetch
git rebase --onto origin/gh-pages gh-pages
Expand Down

0 comments on commit 9adf0ce

Please sign in to comment.