--- when: event: - push - pull_request branch: main steps: - name: build image: alpine:3.17.2 commands: - apk update - apk add zola - zola build