Skip to content

Commit bb6abfe

Browse files
committedSep 14, 2021
ci: try to fix API docs generation
1 parent 6fed2aa commit bb6abfe

File tree

3 files changed

+6961
-4257
lines changed

3 files changed

+6961
-4257
lines changed
 

‎.circleci/update-docs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ls
99
## Generate API Docs
1010
cd ..
1111
ls
12-
#npm run docs:api
12+
npm run docs:api
1313

1414
# Try to patch Gitbook's broken deep dependency on graceful-fs
1515
npm install npm@latest --save
@@ -39,4 +39,4 @@ git config --global user.name "swederik"
3939
git init
4040
git add -A
4141
git commit -m 'Update compiled GitBook (this commit is automatic)'
42-
git push -f https://github.com/cornerstonejs/cornerstone.git master:gh-pages
42+
git push -f git@github.com:cornerstonejs/cornerstone.git master:gh-pages

0 commit comments

Comments
 (0)
Please sign in to comment.