Skip to content

Commit aed366a

Browse files
committed
Changed from gh-pages-seg to gh-pages in travis
1 parent 62d0453 commit aed366a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ script:
3939
GH_PAGES_DIR="$TRAVIS_BUILD_DIR"/docs/public
4040
git config --global user.name "Travis CI"
4141
git config --global user.email "[email protected]"
42-
git clone --branch gh-pages-seg --depth=50 \
42+
git clone --branch gh-pages --depth=50 \
4343
https://[email protected]/graphql-python/graphene.git \
4444
$GH_PAGES_DIR
4545
cd docs
@@ -49,7 +49,7 @@ script:
4949
if ! git diff-index --quiet HEAD --; then
5050
git add -A .
5151
git commit -m "Rebuild website"
52-
git push "https://${GITHUB_TOKEN}@github.com/graphql-python/graphene.git" gh-pages-seg
52+
git push "https://${GITHUB_TOKEN}@github.com/graphql-python/graphene.git" gh-pages
5353
fi
5454
exit
5555
fi

0 commit comments

Comments
 (0)