OllyButters / puma

Getting, analysing and displaying lists of papers
https://ollybutters.github.io/puma_web
GNU General Public License v3.0
13 stars 4 forks source link

HTML pages are bloating code pulls #101

Closed OllyButters closed 6 months ago

OllyButters commented 3 years ago

As the html pages are hosted on the gh-pages branch they (or their metadata at least) get pulled down on a pull of the master branch. These html pages get replaced a lot and there are a lot of them, so there's already ~200k objects to unnecessarily deal with when getting the source. Should look at moving html pages to their own repo/server.

OllyButters commented 3 years ago

Or do it gitly - https://stackoverflow.com/questions/16842426/can-git-permanently-ignore-a-remote-branch

OllyButters commented 6 months ago

moved to puma_web repo