From 67df9b7dfe7d6e155abf462c870324396f754839 Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Mon, 29 Jan 2018 17:59:48 +0100 Subject: [PATCH] Fix update-docs script --- docs/update-docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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