Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -528,7 +528,7 @@ pages: when: on_success # Comment this out on main branch when in release phase - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH when: on_success when: manual script: - mv site public - echo "Pages accessible through ${CI_PAGES_URL}" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -528,7 +528,7 @@ pages: when: on_success # Comment this out on main branch when in release phase - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH when: on_success when: manual script: - mv site public - echo "Pages accessible through ${CI_PAGES_URL}" Loading