DEV Community

Discussion on: Deploy Gatsby website to GitHub Pages

Collapse
 
dominicrighthere profile image
dominic-righthere

because all new github repos will have their default branch name as "main" instead of "master", you'll either have to change your repo's default branch to "master" or change the deploy command to "main"

github.blog/changelog/2020-10-01-t...