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 0ea87f9 commit a28d530Copy full SHA for a28d530
.circleci/config.yml
@@ -51,8 +51,8 @@ jobs:
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"
+ # git config user.email "ci-build@redisgraph.io"
+ # git config user.name "ci-build"
56
- run:
57
name: Create docs with jsdoc
58
command: jsdoc ./src -r -d ./docs -R ./README.md
0 commit comments