diff --git a/docs/update-docs.sh b/docs/update-docs.sh deleted file mode 100644 index a14e0c1d9..000000000 --- a/docs/update-docs.sh +++ /dev/null @@ -1,9 +0,0 @@ -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