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