Add .gitlab-ci.yml
[kohadocs.git] / .gitlab-ci.yml
1 image: debian:unstable
2
3 pages:
4   script:
5   - apt-get install python3-sphinx  python3-sphinxcontrib.spelling 
6   - cd en
7   - make html
8   - mv _build/html/ public/
9   artifacts:
10     paths:
11     - public
12   only:
13   - master