File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
6363workflows :
6464 version : 2
You can’t perform that action at this time.
0 commit comments