Add Antora Output to GitLab Pages
This compiles the Antora documentation to static HTML resources, then hosts them on GitLab Pages.
To see the output of the documentation for a pipeline, view the latest pipeline's build-docs
job, then Browse the artifacts. Go to public/index.html
to see the output.
Pipelines on the default branch also deploy to the Pages site (https://osdu.pages.opengroup.org/platform/domain-data-mgmt-services/production/core/dspdm-services). This is typically only done from the default branch because it is shared among all pipelines of the repository. I did enable deploying from this branch briefly, so a version exists prior to merging this MR.
Edited by David Diederich