Disable MK insiders

This commit is contained in:
Aaron Dalton 2024-02-06 15:10:32 -05:00 committed by Aaron Dalton
parent b448869e5b
commit 9f9dc95f5b

View File

@ -92,9 +92,9 @@ jobs:
git checkout main
- name: Docs Deploy for 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
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:
GH_TOKEN: ${{ secrets.GH_TOKEN }}