gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 623 forks source link

Fix plugins forge gh-pages deployment #139

Closed eduramiba closed 7 years ago

eduramiba commented 7 years ago

Github API for this (used by github-maven plugin) fails to upload big files, and the limit seems to be even lower now (10MB?), so the build fails where it did not fail previously: https://travis-ci.org/gephi/gephi-plugins/builds/186536459

Seems reasonable to do it directly with git

eduramiba commented 7 years ago

Closing as they fixed it. Also changed config to use oauth token instead of password, and it was erroring until I added read user email permission to the auth token.