diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8f2d80e..e8180653 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -434,5 +434,5 @@ pages: paths: - public needs: ["Build documentation"] - #rules: # TODO: activate before merge - # - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # only publish pages on default (master) branch \ No newline at end of file + rules: + - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # only publish pages on default (master) branch \ No newline at end of file