Open
Description
The test should do the following:
- run on PR to content or change to dockerfile (but only after the dockerfile rebuilds per the pre-existing workflow)
- build the book, check for new warnings
- inspect the HTML and somehow display diffs. I'm sure there's some fancy HTML-page-diffing library out there. We can combine that with some sort of deploy preview tool. Would help spot unintended differences in HTML version caused by changes.
- something similar for the PDF build? Not sure if that's possible
Once we get this working, make the same change in the R version.