We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28d530 commit 54669f0Copy full SHA for 54669f0
.circleci/config.yml
@@ -49,10 +49,10 @@ jobs:
49
- run:
50
name: Install and configure dependencies
51
command: |
52
- npm install -g --silent gh-pages@2.0.1
53
- npm install -g --silent jsdoc
54
- # git config user.email "ci-build@redisgraph.io"
55
- # git config user.name "ci-build"
+ sudo npm install -g --silent gh-pages@2.0.1
+ sudo npm install -g --silent jsdoc
+ git config user.email "ci-build@redisgraph.io"
+ git config user.name "ci-build"
56
57
name: Create docs with jsdoc
58
command: jsdoc ./src -r -d ./docs -R ./README.md
0 commit comments