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

Remove silent failures, abort on failure at each step #22

Open evanw555 opened 4 years ago

evanw555 commented 4 years ago

Closes #21

Uses set -e in root, build, and deploy entrypoints to abort on failure at each step, and removed the && chaining. Also Remove some of the stderr pipes to /dev/null for certain steps because seeing these errors is important for debugging.