Add esdoc boilerplate

This commit is contained in:
Michael Vines
2018-08-22 13:53:13 -07:00
parent 7e109f22c2
commit cf7f048f65
6 changed files with 642 additions and 8 deletions

View File

@@ -9,4 +9,14 @@ after_success: npm run coveralls
branches:
only:
- master
- master
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: doc
on:
branch: master
node_js: "lts/*"