From 5c47d5b62b36c74de3dcd8a3e71921243e67da50 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 11:46:09 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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')