Skip to content

Commit c3e5612

Browse files
authored
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: flutter/flutter#115489
1 parent 7751ec0 commit c3e5612

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/bots/docs.sh

+4
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,7 @@ if [[ -n "$LUCI_CI" && -z "$LUCI_PR" ]]; then
148148
(cd "$FLUTTER_ROOT/dev/docs"; move_offline_into_place)
149149
deploy_docs
150150
fi
151+
152+
# Zip docs
153+
cd "$FLUTTER_ROOT/dev/docs"
154+
zip api_docs.zip doc

0 commit comments

Comments
 (0)