Commit 626c2c44 authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

Update .gitlab-ci.yml file

parent 9da568f5
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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: