name: amd64 kind: pipeline type: docker platform: os: linux arch: amd64 steps: - name: build image: python:3.11.4-alpine3.18 commands: - pip install -r requirements.txt - mkdocs build