Create new site without Git and without dragging and dropping site folder

Hello,

I’m new to Netlify. I would like to deploy my Gatsby site to Netlify using Github actions.

I don’t wish to connect the git repository directly to Netlify as Github actions will be building the site.

How can I add a new site in the admin UI to accomplish this?

Hey there!

I’m sure our actions repo will tell you all you need to know. Additionally:

If there’s no site for this repo it can automagically set up one with the specified base directory, command, and publish directory.

Hope this helps!

1 Like

That’s great, thanks!