We get a “Pages changed” list as part of deploy rich details notifications. How is that list generated? Asking because the list does not always seem correct. For example, on this public repo pull request, Git lists 16 “Files changed”, whereas Netlify reports 462 “Pages changed.”
Is it because Netlify compares against latest master, instead of against branch HEAD?
Follow-up question: Are we able to see the full list of “Pages changed” generated by Netlify somewhere? Clicking “View more details on Netlify” simply brings me to the build log.
Thank you!