Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-01-20 21:57:05 +00:00
parent 884aeaa270
commit 56e314f065
14 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<project name="maven-antrun-" default="main" >
<target name="main">
<zip destfile="/opt/jenkins/data/workspace/spring-cloud-cloudfoundry-master-ci/docs/target/spring-cloud-cloudfoundry-docs-1.1.0.BUILD-SNAPSHOT.zip">
<fileset excludes="*.sh" dir="/opt/jenkins/data/workspace/spring-cloud-cloudfoundry-master-ci/docs/target/generated-docs"/>
</zip>
</target>
</project>