|
@@ -35,7 +35,7 @@ echo 'This branch is just a deploy target. Do not edit. You changes will be lost
|
|
|
|
|
|
(cd /tmp/deploy-${ghpages_repo} \
|
|
(cd /tmp/deploy-${ghpages_repo} \
|
|
&& git init && git checkout -B ${ghpages_branch} && git add --all . \
|
|
&& git init && git checkout -B ${ghpages_branch} && git add --all . \
|
|
- && git commit -nm "Update ${ghpages_repo} website by $${USER}" \
|
|
|
|
|
|
+ && git commit -nm "Update ${ghpages_repo} website by ${USER}" \
|
|
&& (git remote add origin ${ghpages_url}|| true) \
|
|
&& (git remote add origin ${ghpages_url}|| true) \
|
|
&& git push origin ${ghpages_branch}:refs/heads/${ghpages_branch} --force) > /dev/null
|
|
&& git push origin ${ghpages_branch}:refs/heads/${ghpages_branch} --force) > /dev/null
|
|
|
|
|