Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -125,10 +125,15 @@ git: - changes: - API.docx - if: $CI_PIPELINE_SOURCE == "manual" artifacts: paths: - public pages: stage: deploy needs: - "git" script: - echo "The site will be deployed to $CI_PAGES_URL" artifacts: Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -125,10 +125,15 @@ git: - changes: - API.docx - if: $CI_PIPELINE_SOURCE == "manual" artifacts: paths: - public pages: stage: deploy needs: - "git" script: - echo "The site will be deployed to $CI_PAGES_URL" artifacts: Loading