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 2a789de commit fa767edCopy full SHA for fa767ed
.travis.yml
@@ -13,13 +13,10 @@ script:
13
- npm run build
14
15
after_script:
16
- - git remote show origin
17
- cd ./example-dist
18
- git init
19
- git remote add origin "https://${GH_TOKEN}@${GH_REF}"
20
21
- 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