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

Commit

Permalink
[docs] disable automatic upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Oct 22, 2020
1 parent bb0b1db commit e0decc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,6 @@ jobs:
echo "${MAPBOX_DEVELOPER_CONFIG_XML}" > MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml
make android
fi
- run:
name: Generate javadoc and create PR for review
command: |
if [[ $CIRCLE_TAG == android-v* ]]; then
./scripts/update-android-docs.sh -s ${CIRCLE_TAG:9} -a $ANDROID_DOCS_REPO -r $ANDROID_DOCS_REVIEWERS
fi
- save-dependencies: { gradle: true }
- login-google-cloud-platform
- run:
Expand Down

0 comments on commit e0decc2

Please sign in to comment.