You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BuildResource Action does not catch JupyterBook/MyST build errors and so will deploy a faulty JupyterBook to the website. Need to add appropriate checks for these.
The text was updated successfully, but these errors were encountered:
@agoose77 I'm going to look into this on Monday, but if you know off the top of your head what to add into BuildResource.sh for checking and failing for the red errors that pop up during the build and create difference between the expected and built book, that would be great!
@tsnow03 can you confirm whether the "red errors" that you're referring to are seen at build time (in the GitHub Actions console) or at deploy time (on the website)? We can't detect the latter because they're "runtime errors" in the website, rather than something that went wrong during the build.
BuildResource Action does not catch JupyterBook/MyST build errors and so will deploy a faulty JupyterBook to the website. Need to add appropriate checks for these.
The text was updated successfully, but these errors were encountered: