mirror of
https://github.com/karl0ss/homepage.git
synced 2025-07-03 14:39:08 +01:00
update build for insiders
This commit is contained in:
parent
86d3fc4fbb
commit
7a6470381b
4
.github/workflows/docs-publish.yml
vendored
4
.github/workflows/docs-publish.yml
vendored
@ -41,9 +41,9 @@ jobs:
|
|||||||
git checkout main
|
git checkout main
|
||||||
- name: Mike Deploy for Main
|
- name: Mike Deploy for Main
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: mike deploy --update --push ${{github.ref_name}}
|
run: MKINSIDERS=true mike deploy --update --push ${{github.ref_name}}
|
||||||
- name: Mike Deploy for Tags
|
- name: Mike Deploy for Tags
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
run: mike deploy --update --push ${{github.ref_name}} latest
|
run: MKINSIDERS=true mike deploy --update --push ${{github.ref_name}} latest
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user