summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 1abce952f742efe6550eea43668ae1e720acc2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: alpine:latest

pages:
  script:
    - git submodule init && git submodule update
    - mkdir public && cp -r db modules resources index.html public

  artifacts:
    paths:
      - public

  only:
    - gitlab-ci