Hey There Folks,
Is it possible to use a different repositories metadata on the gh-pages site?
We have;
ORGANISATION1/REPO1
ORGANISATION1/REPO2 << master branch is used for gh-pages
REPO1 is the actuall application
REPO2 is the Documentation site for REPO1
if we usesite.github to access the repo metadata, it’s the metadata for REPO2 (which is fair enough)
is it possible to access the metadata from REPO1 through?
So we can use download links, latest_release information etc… of REPO1 in the Documentation gh-pages site.
Thanks for your time