From 920a8af5c8f242a56f1ec04e57d4868b40727d6b Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 12:52:55 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b026b1ea5..70cca236f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: if: contains(github.ref, 'refs/heads/') run: | cd lens/ - mike deploy --push --force --update-aliases ${{ github.sha }} latest + mike deploy --push --rebase --update-aliases ${{ github.sha }} latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')