commit | 1545b041b2fec8ebbf10818807070bf644ebf585 | [log] [tgz] |
---|---|---|
author | godofredoc <godofredoc@google.com> | Wed Dec 14 13:02:37 2022 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 14 13:02:37 2022 -0800 |
tree | bae3a209db330649c7ddd6aa882a561841b34b2e | |
parent | 8461df29136cc6585eb0f876ea1735447418d99f [diff] [blame] |
Zip api docs using the repo under test script. (#116437) (#117093) This is to move more logic to the repo under test and remove them from recipes. Bug: https://github.com/flutter/flutter/issues/115489
diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index b8b715c..91ee3d1 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh
@@ -148,3 +148,7 @@ (cd "$FLUTTER_ROOT/dev/docs"; move_offline_into_place) deploy_docs fi + +# Zip docs +cd "$FLUTTER_ROOT/dev/docs" +zip api_docs.zip doc