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 Liu
2021-11-10 15:51:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
75cd52c56df7a3fc45c12fba4d6f3740850fa2ca
75cd52c5
1 parent
405e5ff7
more publish fixes
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
7 行删除
.github/workflows/release.yml
.github/workflows/release.yml
查看文件 @
75cd52c
...
...
@@ -18,12 +18,7 @@ jobs:
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
submodules
:
recursive
-
name
:
set up JDK 12
uses
:
actions/setup-java@v2
...
...
@@ -38,7 +33,7 @@ jobs:
run
:
./gradlew dokkaHtml
-
name
:
Upload to S3
run
:
aws s3 cp ./
client-sdk-android/
livekit-android-sdk/build/dokka/html/ s3://livekit-docs/client-sdk-android/ --recursive
run
:
aws 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 }}
...
...
请
注册
或
登录
后发表评论