This morning I published a post on my #blog about using @eleventy to generate #Netlify scheduled functions.
Actually, the website published it for me...
https://lukeb.co.uk/blog/2022/12/07/letting-eleventy-schedule-its-own-builds/
Letting Eleventy Schedule Its Own Builds
Until recently, I've been using GitHub Actions to trigger builds on my website, but this approach meant that builds for the site were only run once a day and that I couldn't schedule specific times for posts to go live. In February of this year, Netlify announced Scheduled Functions, and one of the use cases that I'd seen mentioned was scheduling builds.