Activating new git publish repository
diff --git a/deploySite.sh b/deploySite.sh
index fee5a0f..70b31fb 100755
--- a/deploySite.sh
+++ b/deploySite.sh
@@ -38,6 +38,11 @@
 echo ">>>> Creating site and reports <<<<" 
 mvn clean site site:stage "$@"
 
+if [ $? -ne 0 ]; then
+  echo ">>>> Error occurred. Stopping now. <<<<"
+  exit 1
+fi
+
 echo "*****************************************"
 echo ">>>> Finished the site stage process <<<<"
 echo "> You can check the content in the folder target/staging or by opening the following url"
diff --git a/pom.xml b/pom.xml
index fa85cd6..ec3e841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
 
     <newUiDocVersion>${archivaReleaseVersion}</newUiDocVersion>
 
-    <siteRepositoryUrl>scm:git:https://gitbox.apache.org/repos/asf/archiva-web-content-INVALID.git</siteRepositoryUrl>
+    <siteRepositoryUrl>scm:git:https://gitbox.apache.org/repos/asf/archiva-web-content.git</siteRepositoryUrl>
 
   </properties>
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 7a86387..d00a229 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -52,11 +52,7 @@
         <ribbonOrientation>right</ribbonOrientation>
         <ribbonColor>gray</ribbonColor>
       </gitHub>
-      <!--gitHub>
-        <projectId>apache/archiva</projectId>
-        <ribbonOrientation>right</ribbonOrientation>
-        <ribbonColor>orange</ribbonColor>
-      </gitHub-->
+
     </fluidoSkin>
 
   </custom>