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

Commit

Permalink
Add a recursive flag to the zip command - currently it is zipping not…
Browse files Browse the repository at this point in the history
…hing (#117227)
  • Loading branch information
drewroengoogle authored Dec 16, 2022
1 parent ecf9b2d commit 0604a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bots/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ fi

# Zip docs
cd "$FLUTTER_ROOT/dev/docs"
zip api_docs.zip doc
zip -r api_docs.zip doc

0 comments on commit 0604a0e

Please sign in to comment.