image: python:3.7 pages: script: - pip install lektor - git submodule init - git submodule update - lektor build --output-path public artifacts: paths: - public only: - master