From 0c096e8a0b4ba67a311cbafea2239fb34c3befbe Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 13:34:57 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb7711da7b..2d3f2cb25f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,9 +30,9 @@ jobs: git config --local user.name "GitHub Action" - name: mkdocs deploy latest - if: contains(github.ref, 'refs/heads/') run: | - mike deploy --push --rebase 0.5 + mike deploy --push --update-aliases 0.1 latest + mike set-default --push latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')