Unverified Commit c3e56123 authored by godofredoc's avatar godofredoc Committed by GitHub

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
parent 7751ec0f
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment