Commit c3f38324 authored by Sabrina Del Basso's avatar Sabrina Del Basso
Browse files

Add new file

parent f2289445
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+11 −0
Original line number Diff line number Diff line
pages:
  stage: deploy
  script:
    - mkdir -p public
    - cp index.html public/
    - cp *.bpmn public/ || true
  artifacts:
    paths:
      - public
  only:
    - main
 No newline at end of file