1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update main.yml

This commit is contained in:
Mario Sarcher 2020-10-30 10:52:05 +01:00 committed by GitHub
parent 4e07cca42b
commit 8a65d00947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,7 @@ jobs:
if: contains(github.ref, 'refs/heads/') if: contains(github.ref, 'refs/heads/')
run: | run: |
cd lens/ cd lens/
mike deploy --push --force --update-aliases latest mike deploy --push --rebase --update-aliases latest
mike set-default --rebase --push latest
- name: mkdocs deploy new release / tag - name: mkdocs deploy new release / tag
if: contains(github.ref, 'refs/tags/v') if: contains(github.ref, 'refs/tags/v')