Skip to content

Commit 95b6b2d

Browse files
committed
Update mike deploy config
1 parent 67c85e4 commit 95b6b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: |
140140
git config user.name ci-bot
141141
git config user.email [email protected]
142-
mike deploy --rebase --push --update-aliases ${RELEASE_TAG_VERSION} latest
142+
mike deploy --push --update-aliases ${RELEASE_TAG_VERSION} latest
143143
144144
# Uncomment to publish on PyPI on release
145145
- name: Check working directory status

0 commit comments

Comments
 (0)