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
a8ae2d099f
commit
1e5569340e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
git config --local user.name "GitHub Action"
|
||||
|
||||
- name: mkdocs deploy latest
|
||||
if: (!contains(github.ref, "refs/tags/"))
|
||||
if: contains(github.ref, "refs/heads/"))
|
||||
run: |
|
||||
mike deploy --push --force --update-aliases latest
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user