added travis doc deployment solution
This commit is contained in:
@ -8,3 +8,10 @@ script:
|
||||
- npm test
|
||||
after_failure:
|
||||
- "cat /home/travis/builds/dolanmiu/docx/npm-debug.log"
|
||||
after_success:
|
||||
- git checkout gh-pages
|
||||
- git merge master
|
||||
- npm run typedoc
|
||||
- git add .
|
||||
- git commit -a -m 'updated documentation'
|
||||
- git push
|
Reference in New Issue
Block a user