jekyll-deploy-gh-pages icon indicating copy to clipboard operation
jekyll-deploy-gh-pages copied to clipboard

Remove silent failures, abort on failure at each step

Open evanw555 opened this issue 5 years ago • 0 comments
trafficstars

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.

evanw555 avatar Feb 28 '20 22:02 evanw555