Disable MK insiders
This commit is contained in:
parent
79b739b25e
commit
4f8735bd10
4
.github/workflows/fork-docs-publish.yml
vendored
4
.github/workflows/fork-docs-publish.yml
vendored
@ -92,9 +92,9 @@ jobs:
|
|||||||
git checkout main
|
git checkout main
|
||||||
- name: Docs Deploy for Main
|
- name: Docs Deploy for Main
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: MKINSIDERS=true mike deploy --update --push ${{github.ref_name}}
|
run: mike deploy --update --push ${{github.ref_name}}
|
||||||
- name: Docs Deploy for Tags
|
- name: Docs Deploy for Tags
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
run: MKINSIDERS=true mike deploy --update --push ${{github.ref_name}} latest
|
run: mike deploy --update --push ${{github.ref_name}} latest
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user