Skip to content

Build documentation in dedicated job

Tim Jaacks requested to merge build-documentation-in-dedicated-job into master

Previously the documentation files were rendered as part of the package jobs. Each package job converted the same set of static markdown files to HTML files, which was redundant.

Add dedicated jobs to build, package and deploy the documentation files.

Modify convert_md2html.py to support file globs as arguments.

Merge request reports