image: debian:unstable pages: script: - apt-get update - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx python3-sphinxcontrib.spelling make - cd en - make html - mv build/html/ public/ only: - master