From afddd178887bfcb9498edebb40d542c335412b0e Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 13:33:45 +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 30da255541..cb7711da7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,8 +32,7 @@ jobs: - name: mkdocs deploy latest if: contains(github.ref, 'refs/heads/') run: | - mike install-extras - mike deploy --push --rebase 0.4 + mike deploy --push --rebase 0.5 - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')