My company has an internal, private Bitbucket server where all of the companies repositories are hosted. Of course, only people in the company, logged into their company account, can access this private Bitbucket domain.
I have a single .html file which I want to store/host on this private Bitbucket server, so that anyone in my company can view the html file rendered fully, rather than in its raw form.
Is this possible? If so how can I do it?