Skip to content

Commit

Permalink
Fixed: Issue in website deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Pichler committed Mar 2, 2015
1 parent 96f6110 commit 58c4b00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Expand Up @@ -91,8 +91,9 @@
<arg line="cd '${project.web.release.dir}/..' ; rm latest ; ln -s '${project.version}' latest" />
</exec>

<antcall target="site:deploy"
inheritAll="false" />
<exec dir="${basedir}" executable="ant" failonerror="true">
<arg line="site:deploy" />
</exec>
</target>

</project>

0 comments on commit 58c4b00

Please sign in to comment.