watson-developer-cloud/speech-javascript-sdk

Broken docs link

daveyjones opened this issue · 5 comments

It looks like maybe github pages got turned off for this repo (?)

Also, the gh-pages branch doesn't seem to have been updated in 4 years, so something is definitely broken there.

Looking at the latest master build, it seems to be failing when cloning from github: https://travis-ci.org/github/watson-developer-cloud/speech-javascript-sdk/builds/696177141#L395

My guess is that the GITHUB_TOKEN is no longer valid (it was probably tied to my account and I no longer have commit access to this repo):

git clone --branch=gh-pages https://${GITHUB_TOKEN}@github.com/watson-developer-cloud/speech-javascript-sdk gh-pages || echo "git clone failed" && exit 1

Someone who has push rights to this repo can generate a new one at https://github.com/settings/tokens

And then put it in the travis-ci settings: https://docs.travis-ci.com/user/environment-variables/#defining-variables-in-repository-settings

And, finally, once up-to-date docs are pushed to the gh-pages branch, turn GitHub Pages back on at https://github.com/nfriedly/watson-developer-cloud/settings

stale commented

This issue has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.