Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Zip api docs using the repo under test script. (#116437)
Browse files Browse the repository at this point in the history
This is to move more logic to the repo under test and remove them from
recipes.

Bug: flutter/flutter#115489
  • Loading branch information
godofredoc committed Dec 2, 2022
1 parent 7751ec0 commit c3e5612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/bots/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c3e5612

Please sign in to comment.