From 7c3d9df61c2469c14fd734becfe445efdf2a0c95 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 13:22:34 +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 f68a1c8738..13cc83f9b8 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 --rebase --update-aliases 0.2 latest + mike deploy --push --force --rebase 0.3 - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')