mirror of
https://github.com/karl0ss/homepage.git
synced 2025-06-10 05:15:07 +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
|
||||
- name: Mike Deploy for 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
|
||||
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:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user