Skip to content

Commit 7e4a91f

Browse files
committed
add a webmaster tools verification file (flutter#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
1 parent 6fd7987 commit 7e4a91f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dev/docs/google2ed1af765c529f57.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google2ed1af765c529f57.html

infra/docs.sh

+5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ pub global activate dartdoc
88
(cd dev/tools; pub get)
99
dart dev/tools/dartdoc.dart
1010

11+
cp dev/docs/google2ed1af765c529f57.html dev/docs/doc/api
12+
1113
# Upload the docs.
1214
if [ "$1" = "--upload" ]; then
15+
# TODO: delete this line when we publish our API docs into the
16+
# root of the bucket
17+
gsutil cp dev/docs/google2ed1af765c529f57.html gs://docs.flutter.io
1318
gsutil -m rsync -d -r dev/docs/doc/api gs://docs.flutter.io/flutter
1419
fi

0 commit comments

Comments
 (0)