kind: pipeline name: default steps: - name: requirements image: alpine/git commands: - git submodule update --recursive --remote - name: build image: klakegg/hugo:ext-alpine commands: - hugo-official