diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 250f190fdc..9b9cc05719 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: mkdocs deploy latest if: contains(github.ref, 'refs/heads/') run: | - mike deploy --push --force --rebase --update-aliases ${{ github.sha }} latest + mike deploy --push --force --ignore --update-aliases ${{ github.sha }} latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')