Fixing docs

This commit is contained in:
Jonathan Putney
2019-11-12 22:27:28 -05:00
parent c123059d4e
commit 54b56e905f
5 changed files with 445 additions and 9 deletions

View File

@@ -33,8 +33,6 @@ jobs:
- run: npm install
- run: npm install mocha-junit-reporter # just for CircleCI
- save_cache:
paths:
- node_modules
@@ -104,9 +102,7 @@ jobs:
steps:
- checkout
- run: npm install jsdoc
- run: ./node_modules/.bin/jsdoc ../src/**/*.js -d ./
- run: ./node_modules/.bin/jsdoc -c ../.jsdoc.json -d ./ ../src/
workflows:
version: 2