Skip to content

Commit ff04e79

Browse files
authored
Actually update the docs site (flutter#15003)
Fixes flutter#15002
1 parent a3f520e commit ff04e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cp dev/docs/google2ed1af765c529f57.html dev/docs/doc
3535
# Upload new API docs when on Travis
3636
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
3737
echo "This is not a pull request; considering whether to upload docs... (branch=$TRAVIS_BRANCH)"
38-
if [ "$TRAVIS_BRANCH" == "master" -o "$TRAVIS_BRANCH" == "dev" ]; then
38+
if [ "$TRAVIS_BRANCH" == "master" -o "$TRAVIS_BRANCH" == "beta" ]; then
3939
cd dev/docs
4040

4141
if [ "$TRAVIS_BRANCH" == "master" ]; then

0 commit comments

Comments
 (0)