Skip to content

Commit

Permalink
Fix release ci docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Apr 1, 2024
1 parent 1cbb7c0 commit b679a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./gradlew dokkaHtml

- name: Upload to S3
run: aws s3 cp ./components-android/build/dokka/html/ s3://livekit-docs/components-android/ --recursive
run: aws s3 cp ./livekit-compose-components/build/dokka/html/ s3://livekit-docs/components-android/ --recursive
env:
AWS_ACCESS_KEY_ID: ${{ secrets.DOCS_DEPLOY_AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DOCS_DEPLOY_AWS_API_SECRET }}
Expand Down

0 comments on commit b679a80

Please sign in to comment.