Skip to content

CI: fetch also master branch to build doc

Sebastian Müller requested to merge muellese/mhm:doc_build_fix into develop

Present master branch was not fetched with gitlab runner when building documentation. This lead to a build of an older version of the documentation for stable.

Fixed by adding the --all flag to the git fetch call.

Merge request reports