Skip to content

Commit 0ea87f9

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ jobs:
4343

4444
steps:
4545
- checkout
46+
- add_ssh_keys:
47+
fingerprints:
48+
- "76:ad:7c:fa:32:41:29:d0:cc:f6:63:06:62:b6:54:9c"
4649
- run:
4750
name: Install and configure dependencies
4851
command: |
4952
npm install -g --silent gh-pages@2.0.1
5053
npm install -g --silent jsdoc
5154
git config user.email "ci-build@redisgraph.io"
5255
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"
5656
- run:
5757
name: Create docs with jsdoc
5858
command: jsdoc ./src -r -d ./docs -R ./README.md

0 commit comments

Comments
 (0)