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 7221194 commit 0ea87f9Copy full SHA for 0ea87f9
.circleci/config.yml
@@ -43,16 +43,16 @@ jobs:
43
44
steps:
45
- checkout
46
+ - add_ssh_keys:
47
+ fingerprints:
48
+ - "76:ad:7c:fa:32:41:29:d0:cc:f6:63:06:62:b6:54:9c"
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"
- - add_ssh_keys:
- fingerprints:
- - "76:ad:7c:fa:32:41:29:d0:cc:f6:63:06:62:b6:54:9c"
56
57
name: Create docs with jsdoc
58
command: jsdoc ./src -r -d ./docs -R ./README.md
0 commit comments