Hello,
I have a static a webhook which triggers a new build when a document is published/unpublished. It works well, however there are a lot of unnecessary builds since I have incremental static regeneration turned on.
So I really need a webhook to rebuild the website only when there are new pages published on the website, then incremental static regeneration can take for any subsequent updates.
Do you have any advice on how I could achieve this?
Regards,
Kris