Commit 7e4a91f3 authored by Seth Ladd's avatar Seth Ladd

add a webmaster tools verification file (#3902)

* add a webmaster tools verification file

* also put the verification file at the root of our bucket

* add comment for when we can simplify this script
parent 6fd7987b
google-site-verification: google2ed1af765c529f57.html
\ No newline at end of file
...@@ -8,7 +8,12 @@ pub global activate dartdoc ...@@ -8,7 +8,12 @@ pub global activate dartdoc
(cd dev/tools; pub get) (cd dev/tools; pub get)
dart dev/tools/dartdoc.dart dart dev/tools/dartdoc.dart
cp dev/docs/google2ed1af765c529f57.html dev/docs/doc/api
# Upload the docs. # Upload the docs.
if [ "$1" = "--upload" ]; then if [ "$1" = "--upload" ]; then
# TODO: delete this line when we publish our API docs into the
# root of the bucket
gsutil cp dev/docs/google2ed1af765c529f57.html gs://docs.flutter.io
gsutil -m rsync -d -r dev/docs/doc/api gs://docs.flutter.io/flutter gsutil -m rsync -d -r dev/docs/doc/api gs://docs.flutter.io/flutter
fi fi
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