Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafrok committed Mar 25, 2018
1 parent 5d52532 commit e9dcf94
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ script:
- npm run lint
# - npm test
- npm run build:docs
# after_script:
# - cp ./docs/favicon.png ./dist/
# - cd dist
# - git init
# - git config user.name "Dafrok"
# - git config user.email "[email protected]"
# - git add .
# - git commit -m "Travis build docs"
# - git push --force --quiet "https://${GITHUB_TOKEN}@github.com/Dafrok/vue-baidu-map.git" master:gh-pages
after_script:
- cp ./docs/favicon.png ./dist/
- cd dist
- git init
- git config user.name "Dafrok"
- git config user.email "[email protected]"
- git add .
- git commit -m "Travis build docs"
- git push --force --quiet "https://${GITHUB_TOKEN}@github.com/Dafrok/vue-baidu-map.git" master:gh-pages

0 comments on commit e9dcf94

Please sign in to comment.