DEV Community

Discussion on: Schedule your Netlify build with GitHub Actions

Collapse
 
dotnetcoreblog profile image
Jamie

This is amazing, thank you.

I've replaced an IFTTT trigger with this for some of my websites, and I'm super happy with it: it's all now committed to source control.

I feel like I need to point out that step 2 says:

2 – In your GitHub repo, create a main.yml file in a .github/workflow directory

Whereas it should read .github/workflows. The pluralisation of workflow is important.

Other than that, amazing!

Collapse
 
jinksi profile image
Eric Jinks

Massive thanks Jamie! 🙌

I've updated the post to fix the typo.

I was using the same method, using IFTTT. It's much nicer to use a method that is contained within the code.