Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David Zhao
2021-06-05 21:32:36 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
065c1b4a1d6dc281246693f84e3082684af699f3
065c1b4a
1 parent
3fadfff0
upload docs
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
47 行增加
和
0 行删除
.github/workflows/release.yml
.github/workflows/release.yml
0 → 100644
查看文件 @
065c1b4
name
:
Android CI
on
:
push
:
branches
:
[
main
]
# only publish on version tags
# tags:
# - v*
jobs
:
build
:
runs-on
:
ubuntu-latest
defaults
:
run
:
working-directory
:
./client-sdk-android
steps
:
-
name
:
checkout client-sdk-android
uses
:
actions/checkout@v2.3.4
with
:
path
:
./client-sdk-android
-
name
:
checkout protocol
uses
:
actions/checkout@v2.3.4
with
:
repository
:
livekit/protocol
path
:
./protocol
-
name
:
set up JDK 12
uses
:
actions/setup-java@v2
with
:
java-version
:
'
12'
distribution
:
'
adopt'
-
name
:
Grant execute permission for gradlew
run
:
chmod +x gradlew
-
name
:
Build docs
run
:
./gradlew dokkaHtml
-
name
:
Upload to S3
uses
:
ItsKarma/aws-cli@v1.70.0
with
:
args
:
s3 cp livekit-android-sdk/build/dokka/html/ s3://livekit-docs/client-sdk-android/ --recursive
env
:
AWS_ACCESS_KEY_ID
:
${{ secrets.DOCS_DEPLOY_AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY
:
${{ secrets.DOCS_DEPLOY_AWS_API_SECRET }}
AWS_DEFAULT_REGION
:
"
us-east-1"
...
...
请
注册
或
登录
后发表评论