Revert "Temporarily disabling Docs deployment (#22588)" (#22683)

This reverts commit 9eca083006 to turn on
docs generation again, since now we have paid...
This commit is contained in:
Greg Spencer 2018-10-04 17:39:04 -07:00 committed by GitHub
parent 3dbcfc73b9
commit fef759f410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,10 +75,6 @@ fi
# Ensure google webmaster tools can verify our site. # Ensure google webmaster tools can verify our site.
cp "$FLUTTER_ROOT/dev/docs/google2ed1af765c529f57.html" "$FLUTTER_ROOT/dev/docs/doc" cp "$FLUTTER_ROOT/dev/docs/google2ed1af765c529f57.html" "$FLUTTER_ROOT/dev/docs/doc"
# Temporarily stopping docs deployment because the Firebase server is over-budget.
# TODO(gspencer): remove the next line once Firebase account is working again.
exit 0
# Upload new API docs when running on Cirrus # Upload new API docs when running on Cirrus
if [[ -n "$CIRRUS_CI" && -z "$CIRRUS_PR" ]]; then if [[ -n "$CIRRUS_CI" && -z "$CIRRUS_PR" ]]; then
echo "This is not a pull request; considering whether to upload docs... (branch=$CIRRUS_BRANCH)" echo "This is not a pull request; considering whether to upload docs... (branch=$CIRRUS_BRANCH)"