hugo-site/.drone.yml

20 lines
269 B
YAML

kind: pipeline
name: hugo
type: docker
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