Right now I'm trying to set up hugging face docs for timm, which is under rwightman's username. Would it make sense to add an input in build_main_documentation.yml to optionally override the repo owner of the repo you're trying to build documentation for?
Looks like we could do that, then just replace huggingface here with a new input, ${{ inputs.repository_owner }}, that defaults to huggingface.
Right now I'm trying to set up hugging face docs for
timm, which is underrwightman's username. Would it make sense to add an input inbuild_main_documentation.ymlto optionally override the repo owner of the repo you're trying to build documentation for?Looks like we could do that, then just replace
huggingfacehere with a new input,${{ inputs.repository_owner }}, that defaults tohuggingface.