Skip to content

Commit

Permalink
Merge pull request #27 from Anselmoo/fix/docs-rebase
Browse files Browse the repository at this point in the history
fix: 🐛 Removed `rebase` in mike
  • Loading branch information
Anselmoo authored Jul 20, 2024
2 parents a2013d0 + eb21dd4 commit fd42c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
run: poetry run mkdocs build --clean
- name: Deploy documentation develops
if: contains(github.ref, 'refs/heads/main')
run: poetry run mike deploy --push --rebase --update-aliases develop
run: poetry run mike deploy --push --update-aliases develop

0 comments on commit fd42c2f

Please sign in to comment.