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:
parent
c1028e0c03
commit
5c47d5b62b
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -42,8 +42,7 @@ jobs:
|
|||||||
if: contains(github.ref, 'refs/heads/')
|
if: contains(github.ref, 'refs/heads/')
|
||||||
run: |
|
run: |
|
||||||
cd lens/
|
cd lens/
|
||||||
mike delete latest
|
mike deploy --push --ignore --update-aliases latest
|
||||||
mike deploy --push --rebase --update-aliases 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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user