added travis doc deployment solution
This commit is contained in:
@ -7,4 +7,11 @@ install:
|
|||||||
script:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
after_failure:
|
after_failure:
|
||||||
- "cat /home/travis/builds/dolanmiu/docx/npm-debug.log"
|
- "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