From d573c5d09afb0f5ccb56843bc0ec915acf904387 Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Tue, 27 Nov 2018 21:16:52 -0800 Subject: [PATCH] Add link to master docs staging site (#24815) --- dev/bots/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/bots/README.md b/dev/bots/README.md index 4644075980..75ed92eecc 100644 --- a/dev/bots/README.md +++ b/dev/bots/README.md @@ -15,7 +15,8 @@ the Flutter team if you need to do that. The [Cirrus](https://cirrus-ci.org)-based bots run the [`test.dart`](test.dart) script for each PR and submission. This does testing for the tools, for the framework, and (for submitted changes -only) rebuilds and updates the master branch API docs staging site. +only) rebuilds and updates the master branch API docs +[staging site](https://master-docs-flutter-io.firebaseapp.com). For tagged dev and beta builds, it also builds and deploys the gallery app to the app stores. It is configured by the [.cirrus.yml](/.cirrus.yml).