From 68e0dde58b134bfe571745efd18149aa06f0844e Mon Sep 17 00:00:00 2001 From: Jonathan Putney Date: Wed, 13 Nov 2019 13:32:32 -0500 Subject: [PATCH] Trying to fix docs --- .circleci/config.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10e2c1e..4e41793 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,21 +92,16 @@ jobs: # specify the version you desire here - image: circleci/node:lts-browsers - # Specify service dependencies here if necessary - # 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 + working_directory: ~/scorm-again steps: - checkout - - run: ./node_modules/.bin/jsdoc -c ../.jsdoc.json -d ./ ../src/ + - run: ./node_modules/.bin/jsdoc -c .jsdoc.json -d ./reports ./src/ workflows: version: 2 build: jobs: - test - # - docs \ No newline at end of file + - docs \ No newline at end of file