mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
update build for insiders
This commit is contained in:
parent
86d3fc4fbb
commit
7a6470381b
1 changed files with 5 additions and 5 deletions
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…
Add table
Add a link
Reference in a new issue