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
afddd17888
commit
0c096e8a0b
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
||||
git config --local user.name "GitHub Action"
|
||||
|
||||
- name: mkdocs deploy latest
|
||||
if: contains(github.ref, 'refs/heads/')
|
||||
run: |
|
||||
mike deploy --push --rebase 0.5
|
||||
mike deploy --push --update-aliases 0.1 latest
|
||||
mike set-default --push latest
|
||||
|
||||
- name: mkdocs deploy new release / tag
|
||||
if: contains(github.ref, 'refs/tags/v')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user