Files
homepage/.drone.yml
T

10 lines
134 B
YAML
Raw Normal View History

2022-10-10 16:13:21 -05:00
---
kind: pipeline
type: docker
name: Build in Hugo
steps:
2022-10-10 16:14:41 -05:00
- name: Build
image: klakegg/hugo:0.104.3
2022-10-10 16:13:21 -05:00
commands:
- hugo