From ee60691086e065236cbd6025f1beadf779285ce8 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 12:09:19 +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 522a92b04e..5b026b1ea5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,14 +42,14 @@ jobs: if: contains(github.ref, 'refs/heads/') run: | cd lens/ - mike deploy --push --force --update-aliases ${{ github.ref }} latest + mike deploy --push --force --update-aliases ${{ github.sha }} latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v') run: | cd lens/ - mike deploy --push --rebase --update-aliases ${{ github.ref }} latest - mike set-default --rebase --push ${{ github.ref }} + mike deploy --push --rebase --update-aliases ${{ github.sha }} latest + mike set-default --rebase --push ${{ github.sha }}