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
9d4818c2e0
commit
a3d67b4a82
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: mkdocs deploy latest
|
||||
if: contains(github.ref, 'refs/heads/')
|
||||
run: |
|
||||
mike deploy --push --force --update-aliases ${{ github.sha }} latest
|
||||
mike deploy --push --rebase --update-aliases ${{ github.sha }} latest
|
||||
|
||||
- name: mkdocs deploy new release / tag
|
||||
if: contains(github.ref, 'refs/tags/v')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user