kind: pipeline name: default steps: - name: build image: klakegg/hugo:0.101.0 commands: - hugo build - ls -la - ls -lah public