ohif-viewer/docs/v1/update-docs.sh
2019-05-13 14:19:33 -04:00

10 lines
227 B
Bash

rm -rf _book
gitbook install
gitbook build
cp assets/CNAME _book/CNAME
cd _book
git init
git add -A
git commit -m 'Update compiled GitBook (this commit is automatic)'
git push -f git@github.com:OHIF/Viewers.git master:gh-pages