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:01:53 +01:00 committed by GitHub
parent 1e5569340e
commit 8fd0bfe9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@ jobs:
run: |
mike deploy --push --force --update-aliases latest
- name: mkdocs deploy new tag
if: (!contains(github.ref, "refs/tags/v"))
- name: mkdocs deploy new release / tag
if: contains(github.ref, "refs/tags/v")
run: |
mike deploy --push --force --update-aliases ${{ github.ref }} latest
mike set-default --force --push latest