From df111ce440350547c1b9f0adcc0aa4e4fb045466 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 11:59:36 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc6661584b..f191788519 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,11 +42,7 @@ jobs: if: contains(github.ref, 'refs/heads/') run: | cd lens/ - mike list - mike deploy --push --rebase --update-aliases latest - ls -lah lens/ - ls -lah lens/docs/ - ls -lah lens/sites/ + mike deploy --push --rebase --update-aliases ${{ github.ref }} latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')