From c1028e0c03e99c24448947073e3c2b75ae4a289b Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 10:56:44 +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 c48688f991..bfc0cfc688 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: if: contains(github.ref, 'refs/heads/') run: | cd lens/ - mike delete --push latest + mike delete latest mike deploy --push --rebase --update-aliases latest - name: mkdocs deploy new release / tag