diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f133f32de..405949ee16 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 deploy --push --rebase --ignore --update-aliases latest + mike deploy --push --rebase --update-aliases latest - name: mkdocs deploy new release / tag if: contains(github.ref, 'refs/tags/v')