Skip to content

Commit 66c7f86

Browse files
DvirDukhangkorland
authored andcommitted
Update config.yml (#33)
1 parent fb5e04a commit 66c7f86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
steps:
4545
- checkout
4646
- run:
47-
name: Install and configure dependencies
48-
command: |
47+
name: Install and configure dependencies
48+
command: |
4949
npm install -g --silent gh-pages@2.0.1
5050
npm install -g --silent jsdoc
5151
git config user.email "ci-build@redisgraph.io"
@@ -54,11 +54,11 @@ jobs:
5454
fingerprints:
5555
- "76:ad:7c:fa:32:41:29:d0:cc:f6:63:06:62:b6:54:9c"
5656
- run:
57-
name: Create docs with jsdoc
58-
command: jsdoc ./src -r -d ./docs -R ./README.md
57+
name: Create docs with jsdoc
58+
command: jsdoc ./src -r -d ./docs -R ./README.md
5959
- run:
60-
name: Deploy docs to gh-pages branch
61-
command: gh-pages --dist ./docs --branch master --dest ./docs
60+
name: Deploy docs to gh-pages branch
61+
command: gh-pages --dist ./docs --branch master --dest ./docs
6262

6363
workflows:
6464
version: 2

0 commit comments

Comments
 (0)