Skip to content

Commit a28d530

Browse files
authored
Update config.yml
1 parent 0ea87f9 commit a28d530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
command: |
5252
npm install -g --silent gh-pages@2.0.1
5353
npm install -g --silent jsdoc
54-
git config user.email "ci-build@redisgraph.io"
55-
git config user.name "ci-build"
54+
# git config user.email "ci-build@redisgraph.io"
55+
# git config user.name "ci-build"
5656
- run:
5757
name: Create docs with jsdoc
5858
command: jsdoc ./src -r -d ./docs -R ./README.md

0 commit comments

Comments
 (0)