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 884d3c7 commit 2a789deCopy full SHA for 2a789de
.travis.yml
@@ -18,7 +18,8 @@ after_script:
18
- git init
19
- git remote add origin "https://${GH_TOKEN}@${GH_REF}"
20
- git remote show origin
21
- - git checkout -b gh-pages origin/gh-pages
+ - git checkout -b gh-pages
22
+ - git pull origin gh-pages
23
- git branch
24
- git config user.name "leezng"
25
- git config user.email "[email protected]"
0 commit comments