kind: pipeline name: hugo type: docker platform: os: linux arch: arm64 steps: - name: submodules image: alpine/git commands: - git submodule update --init --recursive - name: build image: plugins/hugo settings: hugo_version: 0.69 extended: true validate: true config: config.toml content: content trigger: branch: - master