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 62d0453 commit aed366aCopy full SHA for aed366a
.travis.yml
@@ -39,7 +39,7 @@ script:
39
GH_PAGES_DIR="$TRAVIS_BUILD_DIR"/docs/public
40
git config --global user.name "Travis CI"
41
git config --global user.email "[email protected]"
42
- git clone --branch gh-pages-seg --depth=50 \
+ git clone --branch gh-pages --depth=50 \
43
https://[email protected]/graphql-python/graphene.git \
44
$GH_PAGES_DIR
45
cd docs
@@ -49,7 +49,7 @@ script:
49
if ! git diff-index --quiet HEAD --; then
50
git add -A .
51
git commit -m "Rebuild website"
52
- git push "https://${GITHUB_TOKEN}@github.com/graphql-python/graphene.git" gh-pages-seg
+ git push "https://${GITHUB_TOKEN}@github.com/graphql-python/graphene.git" gh-pages
53
fi
54
exit
55
0 commit comments