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
16c782ee52
commit
0f38aa802f
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@ -47,16 +47,16 @@ jobs:
|
||||
for filename in docs/extensions/api/**/*.md; do [ -e "$filename" ] || continue; sed -i '1s/^/---\ntitle: API Reference\n---\n/' $filename; done
|
||||
|
||||
|
||||
# - name: mkdocs deploy latest
|
||||
# run: |
|
||||
# mike deploy --push latest
|
||||
- name: mkdocs deploy latest
|
||||
run: |
|
||||
mike deploy --push latest
|
||||
|
||||
|
||||
# - name: mkdocs deploy new release / tag
|
||||
# if: contains(github.ref, 'refs/tags/v')
|
||||
# run: |
|
||||
# mike deploy --push--update-aliases ${{ github.ref }} latest
|
||||
# mike set-default --push ${{ github.ref }}
|
||||
- name: mkdocs deploy new release / tag
|
||||
if: contains(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
mike deploy --push--update-aliases ${{ github.ref }} latest
|
||||
mike set-default --push ${{ github.ref }}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user