From 94a91072e8b78b64366d7ff84ac4e857d65cd5c3 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 10:54:38 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 405949ee16..c48688f991 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,7 @@ jobs: if: contains(github.ref, 'refs/heads/') run: | cd lens/ + mike delete --push latest mike deploy --push --rebase --update-aliases latest - name: mkdocs deploy new release / tag