-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
publishToGitHubPages fails if you have greater than 30 branches alphabetically before gh-pages. #119
Comments
@zarthross Thanks Darren for reporting this bug and you also found the cause! That's great! I really appreciate. 🙂 👍 |
@zarthross OK, I've fixed it. I'll release it shortly. |
Awesome, @kevin-lee thanks for the quick work! |
…nches alphabetically before gh-pages
…tection Fix #119 - `publishToGitHubPages` fails if you have greater than 30 branches alphabetically before `gh-pages`
@zarthross Not at all. Your bug report was a lot more valuable as you found the cause which saved my time a lot! It's been released. https://github.com/Kevin-Lee/sbt-github-pages/releases/tag/v0.8.1 |
Awesome, thanks again! |
Very similar to #113 I get an error that
gh-pages
does not exist... problem is it does. The github api repo list endpoint has a default page size of 30 and the code https://github.com/Kevin-Lee/sbt-github-pages/blob/32477dce3a8ab7a965db1dc920bfb8e0dc9ba16d/src/main/scala/githubpages/github/GitHubApi.scala#L330-L339 appears to take exactly 1 page, of the default size.The text was updated successfully, but these errors were encountered: