mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
This commit is contained in:
parent
e8c3f8f55e
commit
159ef15ad7
|
|
@ -3,7 +3,7 @@ name: Deploy CI - 13.0
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "13.0"
|
- "master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -19,4 +19,4 @@ jobs:
|
||||||
- run: cd $GITHUB_WORKSPACE
|
- run: cd $GITHUB_WORKSPACE
|
||||||
- run: git config user.name ci-bot
|
- run: git config user.name ci-bot
|
||||||
- run: git config user.email ci-bot@seafile.com
|
- run: git config user.email ci-bot@seafile.com
|
||||||
- run: mike deploy --push -u 13.0
|
- run: mike deploy --push -u 13.0 latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue