From c3e56123623e1741675d1d6675d21e0659fa7657 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Fri, 2 Dec 2022 14:46:07 -0800 Subject: [PATCH] Zip api docs using the repo under test script. (#116437) This is to move more logic to the repo under test and remove them from recipes. Bug: https://github.com/flutter/flutter/issues/115489 --- dev/bots/docs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 5569d505fde..69f59d4f19e 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -148,3 +148,7 @@ if [[ -n "$LUCI_CI" && -z "$LUCI_PR" ]]; then (cd "$FLUTTER_ROOT/dev/docs"; move_offline_into_place) deploy_docs fi + +# Zip docs +cd "$FLUTTER_ROOT/dev/docs" +zip api_docs.zip doc