diff --git a/docs/update-docs.sh b/docs/update-docs.sh index 28b2bc623..a14e0c1d9 100644 --- a/docs/update-docs.sh +++ b/docs/update-docs.sh @@ -5,5 +5,5 @@ cp assets/CNAME _book/CNAME cd _book git init git add -A -git commit -m 'update book' -git push -f git@github.com:OHIF/Viewers/.git master:gh-pages +git commit -m 'Update compiled GitBook (this commit is automatic)' +git push -f git@github.com:OHIF/Viewers.git master:gh-pages