Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -138,11 +138,11 @@ pages: needs: - "git" script: - echo "The site will be deployed to $CI_PAGES_URL" - echo "The site will be deployed to $CI_PAGES_URL/official" artifacts: paths: # The folder that contains the files to be exposed at the Page URL - public - public/official rules: - changes: - API.docx Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -138,11 +138,11 @@ pages: needs: - "git" script: - echo "The site will be deployed to $CI_PAGES_URL" - echo "The site will be deployed to $CI_PAGES_URL/official" artifacts: paths: # The folder that contains the files to be exposed at the Page URL - public - public/official rules: - changes: - API.docx Loading