Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Do git add of new files when deploying to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Feb 1, 2013
1 parent 3c694ae commit 649e879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -203,6 +203,9 @@
</copy>

<!-- Commit and push -->
<exec executable="git" dir="${build_dir}/temp-git-clone">
<arg line='add files/builds/${version}/*' />
</exec>
<exec executable="git" dir="${build_dir}/temp-git-clone">
<arg line='commit -a -m "Update files for build ${version}"' />
</exec>
Expand Down

0 comments on commit 649e879

Please sign in to comment.