--- build: # Chosen more or less arbitrarily. image: hrektts/mdbook script: - apt-get update && apt-get install -y python3 git - ./proposals/check_index - ./build_html.sh - mv html public artifacts: paths: - public include: project: tpo/tpa/ci-templates file: #- static-shim-deploy.yml - pages-deploy.yml