-
Notifications
You must be signed in to change notification settings - Fork 712
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
Allow to pass github user/project from options #753
Comments
Here's a workaround if you're using Netlify, run following command first in your build command: git remote add origin [email protected]:$user/$repo.git |
Sounds like a good suggestion. PRs are welcome. Should be able to add an option in that GitHubPlugin file. |
Seems to already been implemented => #843 |
@artentica That adds support for different github host names. I don't believe it supports different user logins though. |
In seing the title i undestand it correspond to this:
Wich is only few month old |
True, I misunderstood this issue. I think the remaining issue is that that is pulled from |
I don't think setting the remote is always enough. The issue is that different users may have different setups. |
Currently it's using the output of:
typedoc/src/lib/converter/plugins/GitHubPlugin.ts
Line 51 in eff1699
However it might be not defined in a continuous deployment environment like netlify.com so the link to source file isn't working.
A flag like
--gitRemote https://github.com/user/project
would help.The text was updated successfully, but these errors were encountered: