Skip to content

Commit 883a9c3

Browse files
committed
Fix for mkdocs deployment in GitHub Actions workflow
1 parent 55eaa5f commit 883a9c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mkdocs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: |
3636
RELEASE_TAG=${{ github.event.release.tag_name }}
3737
echo "Deploying docs for release: $RELEASE_TAG"
38-
mike deploy --push --rebase --update-aliases $RELEASE_TAG latest
39-
mike set-default --push --rebase latest
38+
mike deploy --push --update-aliases $RELEASE_TAG latest
39+
mike set-default --push latest
4040
4141
# - name: Deploy docs
4242
# run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)