Files
homepage/.drone.yml
T
2024-04-22 01:38:32 -05:00

10 lines
134 B
YAML

---
kind: pipeline
type: docker
name: Build in Hugo
steps:
- name: Build
image: klakegg/hugo:0.104.3
commands:
- hugo