ericxliu-me/.drone.yml

14 lines
197 B
YAML
Raw Normal View History

2023-08-27 03:26:41 +00:00
kind: pipeline
name: default
steps:
- name: build
image: plugins/hugo
settings:
2023-08-27 03:51:04 +00:00
hugo_version: 0.97.0
extended: true
minify: true
pull: always
url: $URL
validate: false