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
c861ad61db
commit
5f6428a316
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -35,14 +35,14 @@ jobs:
|
||||
|
||||
- name: mkdocs deploy latest
|
||||
run: |
|
||||
mike deploy --push 0.11
|
||||
mike deploy --push 0.1
|
||||
|
||||
|
||||
- name: mkdocs deploy new release / tag
|
||||
if: contains(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
mike deploy --push --rebase --update-aliases ${{ github.sha }} latest
|
||||
mike set-default --rebase --push ${{ github.sha }}
|
||||
mike deploy --push--update-aliases ${{ github.ref }} latest
|
||||
mike set-default --push ${{ github.ref }}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user