From 44ee21d61315eddaea1f75fa01be84e3187d989a Mon Sep 17 00:00:00 2001 From: larkin Date: Fri, 24 Jul 2015 16:41:10 -0700 Subject: [PATCH] [Continuous] Push docs to correct repository --- build-docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-docs.sh b/build-docs.sh index 510de0041d..bbb6d866af 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -2,11 +2,11 @@ # Script to build and deploy docs to github pages. -# Any Content currently visible on the website will be replaced by +# Any Content currently visible on the website will be replaced by # this process. OUTPUT_DIRECTORY="docs" -REPOSITORY_URL="git@github.com:larkin/openmctweb.git" +REPOSITORY_URL="git@github.com:nasa/openmctweb.git" BUILD_SHA=`git rev-parse head`