Skip to content

fix(ci): fix Gitlab Pages not getting updated

Description

The Gitlab Pages where are the Doxygen and the coverage reports weren't getting updated. This is because Gitlab will only check for the name pages when deploying pages. These changes will rename deploy:pages to pages to make it work again.

Closes #985 (closed)

How to test it?

Merge this MR on dev, and check https://sight.pages.ircad.fr/sight/ and https://sight.pages.ircad.fr/sight/coverage.

Merge request reports