From 4e07cca42b4900d3186f6cb8356dd74c7b06a4f0 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 10:49:05 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 405949ee16..31d8fb2c9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,8 @@ jobs: if: contains(github.ref, 'refs/heads/') run: | cd lens/ - mike deploy --push --rebase --update-aliases latest + mike deploy --push --force --update-aliases latest + mike set-default --rebase --push latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')