1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-30 13:12:25 -05:00

Make sure the gh-pages branch is pushed.

This commit is contained in:
Joe Steele 2013-08-01 10:54:45 -04:00
parent 6e62081390
commit b8b21a0bcb

View File

@ -225,10 +225,7 @@
<target name="-push-version"> <target name="-push-version">
<exec executable="git" failonerror="true"> <exec executable="git" failonerror="true">
<arg line="push" /> <arg line="push origin HEAD gh-pages tag ${version-name}" />
</exec>
<exec executable="git" failonerror="true">
<arg line="push origin tag ${version-name}" />
</exec> </exec>
</target> </target>