20 lines
272 B
YAML
20 lines
272 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
platform:
|
|
os: linux
|
|
arch: arm64
|
|
|
|
steps:
|
|
- name: build
|
|
image: plugins/hugo
|
|
settings:
|
|
hugo_version: 0.69
|
|
extended: true
|
|
validate: true
|
|
config: config.toml
|
|
content: content
|
|
|
|
trigger:
|
|
branch:
|
|
- master |