commit | c3e56123623e1741675d1d6675d21e0659fa7657 | [log] [tgz] |
---|---|---|
author | godofredoc <godofredoc@google.com> | Fri Dec 02 14:46:07 2022 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 02 22:46:07 2022 +0000 |
tree | 5821dca6a025e290b7f39bdfbecb537e645a76e1 | |
parent | 7751ec0fd8fb2e5c0a6a0434d4b875a385aae4fc [diff] |
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
diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 5569d50..69f59d4 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