-
-
-
-
-
-
-
Scheduling Netlify and Vercel builds with Github Actions
How can you schedule static site builds? Run a cron job! But if you don't have a server, how do you run a cron job? Do you need an extra tool or service? If you already store your code on GitHub, you have everything you need. Say hello to GitHub Actions. -
-
-
-
-
-
-
-
Hasura Actions using Netlify Functions for Custom Logic
In this guide, we will show how to write your own Hasura actions using Netlify functions (with your own custom business logic or a third-party API integration).