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 66c7f86 commit 7221194Copy full SHA for 7221194
.circleci/config.yml
@@ -51,8 +51,8 @@ jobs:
51
git config user.email "ci-build@redisgraph.io"
52
git config user.name "ci-build"
53
- add_ssh_keys:
54
- fingerprints:
55
- - "76:ad:7c:fa:32:41:29:d0:cc:f6:63:06:62:b6:54:9c"
+ fingerprints:
+ - "76:ad:7c:fa:32:41:29:d0:cc:f6:63:06:62:b6:54:9c"
56
- run:
57
name: Create docs with jsdoc
58
command: jsdoc ./src -r -d ./docs -R ./README.md
0 commit comments