Trying to fix docs
This commit is contained in:
@@ -92,21 +92,16 @@ jobs:
|
|||||||
# specify the version you desire here
|
# specify the version you desire here
|
||||||
- image: circleci/node:lts-browsers
|
- image: circleci/node:lts-browsers
|
||||||
|
|
||||||
# Specify service dependencies here if necessary
|
working_directory: ~/scorm-again
|
||||||
# CircleCI maintains a library of pre-built images
|
|
||||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
|
||||||
# - image: circleci/mongo:3.4.4
|
|
||||||
|
|
||||||
working_directory: ~/scorm-again/reports
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run: ./node_modules/.bin/jsdoc -c ../.jsdoc.json -d ./ ../src/
|
- run: ./node_modules/.bin/jsdoc -c .jsdoc.json -d ./reports ./src/
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- test
|
- test
|
||||||
# - docs
|
- docs
|
||||||
Reference in New Issue
Block a user