forked from RackHD/on-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis changes to deploy API docs to bintray
* Add additional provider to .travis.yaml * Create .bintray-doc.json to deploy API docs.
- Loading branch information
Brian Parry
committed
Oct 6, 2016
1 parent
e7f34ed
commit 29e356d
Showing
4 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"package": { | ||
"name": "apidoc", | ||
"repo": "docs", | ||
"subject": "rackhd" | ||
}, | ||
|
||
"version": { | ||
"name": "master" | ||
}, | ||
|
||
"files": | ||
[ | ||
{ | ||
"includePattern": "build/(.+\.pdf)", "uploadPattern": "$1", | ||
} | ||
], | ||
"publish": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ cd $SCRIPT_DIR/.. | |
|
||
npm run apidoc | ||
npm run taskdoc | ||
npm run swaggerdoc |