Update 01_installation.rst
[kohadocs.git] / .gitlab-ci.yml
1 image: debian:unstable
2
3 pages:
4   script:
5   - apt-get update
6   - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx  python3-sphinxcontrib.spelling make
7   - cd en
8   - make html
9   - mv build/html/ public/
10   only:
11   - master