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 13:22:34 +01:00 committed by GitHub
parent 13e60e5767
commit 7c3d9df61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
- name: mkdocs deploy latest - name: mkdocs deploy latest
if: contains(github.ref, 'refs/heads/') if: contains(github.ref, 'refs/heads/')
run: | run: |
mike deploy --push --force --rebase --update-aliases 0.2 latest mike deploy --push --force --rebase 0.3
- 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')