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