Skip to content

Commit

Permalink
ci: try to fix API docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Sep 14, 2021
1 parent 6fed2aa commit bb6abfe
Show file tree
Hide file tree
Showing 3 changed files with 6,961 additions and 4,257 deletions.
4 changes: 2 additions & 2 deletions .circleci/update-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ls
## Generate API Docs
cd ..
ls
#npm run docs:api
npm run docs:api

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

0 comments on commit bb6abfe

Please sign in to comment.