We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f520e commit ff04e79Copy full SHA for ff04e79
dev/bots/docs.sh
@@ -35,7 +35,7 @@ cp dev/docs/google2ed1af765c529f57.html dev/docs/doc
35
# Upload new API docs when on Travis
36
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
37
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
+ if [ "$TRAVIS_BRANCH" == "master" -o "$TRAVIS_BRANCH" == "beta" ]; then
39
cd dev/docs
40
41
if [ "$TRAVIS_BRANCH" == "master" ]; then
0 commit comments