diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bfc0cfc688..7234d6add7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,8 +42,7 @@ jobs: if: contains(github.ref, 'refs/heads/') run: | cd lens/ - mike delete latest - mike deploy --push --rebase --update-aliases latest + mike deploy --push --ignore --update-aliases latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')