Fixing more internal links
[kohadocs.git] / .gitlab-ci.yml
1 before_script:
2     - apt-get update && apt-get install -y python3-sphinx python3-sphinxcontrib.spelling
3
4 build_job:
5     stage: build
6     script:
7         - cd en
8         - make clean
9         - make html
10     artifacts:
11         name: "$CI_BUILD_REF_NAME"
12         paths:
13         - en/build/html