drdoctr / doctr

A tool for automatically deploying docs from Travis CI to GitHub pages.
https://drdoctr.github.io
MIT License
107 stars 30 forks source link

Fix Travis API request #298

Closed asmeurer closed 6 years ago

asmeurer commented 6 years ago

For whatever reason, the old method startted giving 404 response codes. We now use API version 3, which has a new URL format, and requires that the org/repo be entirely url encoded (including the slash).

asmeurer commented 6 years ago

@mtazzari do you want to test?

asmeurer commented 6 years ago

Looks like our tests actually catch this (in master they fail). So I guess this was broken very recently.

mtazzari commented 6 years ago

Just tested it, works perfectly.