Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
disable push by default
Browse files Browse the repository at this point in the history
  • Loading branch information
southwood committed Feb 5, 2015
1 parent 7bd450a commit 0e33eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ mv applicationinsights-android/build/docs/javadoc/* ./
rm -rf applicationinsights-android
git add -A
git commit -m "updating docs via update-docs.sh"
git push origin gh-pages

# disable pushing from the script by default
#git push origin gh-pages

# restore local.properties
git checkout master
Expand Down

0 comments on commit 0e33eb8

Please sign in to comment.