Need to run site:site before site:deploy
[ci-management.git] / jjb / vpp / include-raw-vpp-docs.sh
index ce38ef1..d870aa1 100644 (file)
@@ -50,5 +50,5 @@ cat > pom.xml << EOF
   </distributionManagement>
 </project>
 EOF
-${MVN} site:deploy -gs "${GLOBAL_SETTINGS_FILE}" -s "${SETTINGS_FILE}"
+${MVN} site:site site:deploy -gs "${GLOBAL_SETTINGS_FILE}" -s "${SETTINGS_FILE}"
 cd -