Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e0decc2

Browse files
committed
[docs] disable automatic upload
1 parent bb0b1db commit e0decc2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

circle.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@ jobs:
299299
echo "${MAPBOX_DEVELOPER_CONFIG_XML}" > MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml
300300
make android
301301
fi
302-
- run:
303-
name: Generate javadoc and create PR for review
304-
command: |
305-
if [[ $CIRCLE_TAG == android-v* ]]; then
306-
./scripts/update-android-docs.sh -s ${CIRCLE_TAG:9} -a $ANDROID_DOCS_REPO -r $ANDROID_DOCS_REVIEWERS
307-
fi
308302
- save-dependencies: { gradle: true }
309303
- login-google-cloud-platform
310304
- run:

0 commit comments

Comments
 (0)