We're migrating our CI from Phabricator/Jenkins to Gitlab and the UX for viewing docs is really not very good. The current workflow from the Merge Request page is
Click build icon > click stage (e.g. build docs) > click Browse button under Job artifacts > click docs directory > click _build directory > click html directory > click index.html link
Seven clicks in all. With Phabricator, the Jenkins bot used to comment in the MR with a link to the docs page, so you could view the docs with a single click. Is there a way to do this with Gitlab?
(I would also like to do the same for coverage and lint reports, but will ask those questions separately, unless anyone has an easy solution that could be applied to all three types of artifact.)