aaronr / bboxfinder.com

Helper page for finding bbox values from a map to help with interaction with tools like gdal, leaflet, openlayers, etc.
195 stars 79 forks source link

Page Build Failure on forked repos when pushing to gh-pages #25

Closed mapsam closed 10 years ago

mapsam commented 10 years ago

When someone forks this repo and pushes commits into their fork, the get a warning email from Github:


The page build failed with the following error: CNAME already taken: bboxfinder.com For information on troubleshooting Jekyll see: https://help.github.com/articles/using-jekyll-with-pages#troubleshooting


Thankfully this doesn't affect anything with the CNAME rights, but it's an avoidable error. @aaronr suggested this be fixed be reinstating the master branch as the primary branch and hosting on gh-pages separately just on this repository. This removes the awesome tweak that the website is automatically updated on a merge or contributor commit, though.

mapsam commented 10 years ago

Looks like @aaronr fixed this and this, and changed the main branch to master to prevent the problem from happening.

Nicely done!