BryanSchuetz / jekyll-deploy-gh-pages

A GitHub Action for building a Jekyll site (with custom plugins) and deploying it back to your gh-pages branch.
118 stars 60 forks source link

Show output of "git push" #6

Closed koppor closed 4 years ago

koppor commented 4 years ago

The push did not go through and I wondered why. The thing is, that the script does not report back any errors. This PR lets git showing the output progress.

(I also added a space to make the output nicer).

koppor commented 4 years ago

The fix to the issue could be shown at https://github.com/ad-m/github-push-action/blob/master/start.sh.

koppor commented 4 years ago

Implemented by https://github.com/BryanSchuetz/jekyll-deploy-gh-pages/commit/0090ceb6533f714f7c69f06a2d5490e5d1616411.