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