netlify: add debug output from 'ignore' script, simplify diff approach (#5045)
`main` on netlify is a really old branch, and we have no way to update it. So instead, we'll use what netlify intended: cached vs latest ref. Let's see if we run into problems. Concretely, it'll mean that if a PR updates parts of the website in one commit, netlify will build the PR branch. If a subsequent commit to that PR branch does not change anything in the website as it was in the previously built commit, no build will happen. This could be confusing, it also makes sense: it was already built, why build it again? Also adds the build/ folder to the list of watched files: much of the docs generation logic lives there. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
S
Stephan Renatus committed
1d1a25294d0c1e513b4ba6a2beaf02dd6c1f2db2
Parent: 33f058d
Committed by GitHub <noreply@github.com>
on 8/29/2022, 8:31:24 AM