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
This commit is contained in:
godofredoc 2022-12-02 14:46:07 -08:00 committed by GitHub
parent 7751ec0fd8
commit c3e5612362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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