Bugfixes
- No longer assumes that a repo with the same name as its org/owner is a GitHub Pages root site (i.e. orgname.github.io). GitHub Pages root repositories are now detected by the repo name being the same as the org/owner name, and ending in
.github.io
. Thank you to @electrofelix for this contribution. (#39, #40)