summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: c78d0ee013bb29520f4737d8fad4772723196e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
pages:
  script:
    - git submodule init && git submodule update
    - mkdir public && cp -r db modules resources index.html public

  artifacts:
    paths:
      - public

  only:
    - gitlab-ci