w3c / spec-prod

GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C
https://w3c.github.io/spec-prod/
MIT License
34 stars 21 forks source link

Error with template make error message confusing #130

Closed dontcallmedom closed 2 years ago

dontcallmedom commented 2 years ago

when the spec-prod build fails (e.g. due to a bikeshed generation error), the OUTPUTS_BUILD parts of action.yml fail in cascade, which buries the actual generation error under the list of error executing action.yml, see for instance https://github.com/w3c/webtransport/runs/5745333039?check_suite_focus=true and https://github.com/w3c/webtransport/pull/395#issuecomment-1082707774 for the confusion it generates

sidvishnoi commented 2 years ago

Duplicate of #117