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