From fef759f410ea00fee91aecf44e789ce4ba2c0dcc Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Thu, 4 Oct 2018 17:39:04 -0700 Subject: [PATCH] Revert "Temporarily disabling Docs deployment (#22588)" (#22683) This reverts commit 9eca083006c8fae5937754b9f5275eaef3fbad19 to turn on docs generation again, since now we have paid... --- dev/bots/docs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 6921cabe268..f0f5bb9dc5a 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -75,10 +75,6 @@ fi # Ensure google webmaster tools can verify our site. 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 if [[ -n "$CIRRUS_CI" && -z "$CIRRUS_PR" ]]; then echo "This is not a pull request; considering whether to upload docs... (branch=$CIRRUS_BRANCH)"