From 5f6428a31655b689eec3ef6021df94003c9c15a2 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 14:08:33 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 471c04313e..370f5b8995 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,14 +35,14 @@ jobs: - name: mkdocs deploy latest run: | - mike deploy --push 0.11 + mike deploy --push 0.1 - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v') run: | - mike deploy --push --rebase --update-aliases ${{ github.sha }} latest - mike set-default --rebase --push ${{ github.sha }} + mike deploy --push--update-aliases ${{ github.ref }} latest + mike set-default --push ${{ github.ref }}