Skip to content

Commit 2a789de

Browse files
committed
test ci
1 parent 884d3c7 commit 2a789de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ after_script:
1818
- git init
1919
- git remote add origin "https://${GH_TOKEN}@${GH_REF}"
2020
- git remote show origin
21-
- git checkout -b gh-pages origin/gh-pages
21+
- git checkout -b gh-pages
22+
- git pull origin gh-pages
2223
- git branch
2324
- git config user.name "leezng"
2425
- git config user.email "[email protected]"

0 commit comments

Comments
 (0)