From a87702a0cdb8663ae26ba959032d6d8cb3c9912d Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 10:05:45 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04739e0ab7..e578384986 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,11 +41,13 @@ jobs: - name: mkdocs deploy latest if: contains(github.ref, 'refs/heads/') run: | + cd lens/ mike deploy --push --force --update-aliases latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v') run: | + cd lens/ mike deploy --push --force --update-aliases ${{ github.ref }} latest mike set-default --force --push latest