Commit 23dfd4fd authored by Marco Cavalli's avatar Marco Cavalli
Browse files

fix: update deployment path for site artifacts in CI configuration

parent 5f5503f1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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