File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ examples/static/webpack-bundle.js
12
12
examples /node_modules /
13
13
dist /* .js
14
14
examples /static /bower_components /
15
+ gh-pages /
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ script:
10
10
- npm test
11
11
- sed -i "s/\/master\//\/$TRAVIS_BRANCH\//g" README.md
12
12
- npm run doc
13
+ after_success :
14
+ - scripts/jsdoc/publish.sh
13
15
env :
14
16
global :
15
17
- secure : Bx6pW0ihp3Y2dW5a8fkPhbMKsVg7MRfCzN3laN/OL7vTy2etIDXFleddE5No74HVQ1gPhkOIoRko/pHPdzWGNq69VtoCxp3AdISsuillYcaDCfRXDBSZXbHVuXsUHFQIABIdKJZZVjjwXM4oulL4OWboZ8FWV7vgOBvN4ZrXjM8LfuahSG51cPbPktqa+v/rA03iuWwC8IUDhf5w2uNPrsvtzWmj+CHcpLIgjmJWan+SiJXK/i3Wz/B74Cb0RtP9Y7zJzIGSWg8Z1VruN/f8xoNeSbMz5HM+PMhGyQJ9QXUNEqUEiXG+gwIzhAYRwBbCGyQZME5zk/y7QM0lr3/4NBzq8e6RYWlyOVLRGxlL6SvPmQ/6FrMCe9QDcMnvDvfeYhTHa6SnkqymN1hp1JnPC65zXENbEOLJH/67mQs/WoHLuuZycUK0KPC+GK6Bc45ViXotyNTttzrxHfpOV4IXQDVqB6p6tlh940ksYpetSs+8s7piUOGIcu4XtYxdnSRGX7TwKiCuuK65XWYpk+oMWhKHsOS2FTDt85+PXKFnM1fiuFD+Oppa7xyXmSUZp4C1befd7nP7F5RGSkZWdfXuCY6xAS6E7dho4clIua2yhOWtgnoMlcjjht6sFYf8OEk3eoVvnP+OO3VSHwk0VkTbI3E3fp3H8CUXVMk9woegydQ=
@@ -47,12 +49,6 @@ deploy:
47
49
on :
48
50
branch : master
49
51
repo : watson-developer-cloud/speech-javascript-sdk
50
- - provider : script
51
- script : scripts/jsdoc/publish.sh
52
- skip_cleanup : true
53
- on :
54
- branch : master
55
- repo : watson-developer-cloud/speech-javascript-sdk
56
52
- provider : script
57
53
script : scripts/create_semver_tag.sh
58
54
skip_cleanup : true
You can’t perform that action at this time.
0 commit comments