From 9a6e54ba03be6d789ab0a5fd41c2a099ced9ed6e Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 13:10:33 +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 9b9cc05719..40aaa2f25b 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 --ignore --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')