Commit 16f3e7c5 authored by Marco Cavalli's avatar Marco Cavalli
Browse files

fix: update deployment path and add directory listing in CI configuration

parent 23dfd4fd
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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