blog.lazkani.io/.drone.yml

17 lines
247 B
YAML
Raw Normal View History

2021-07-04 06:22:25 +00:00
---
kind: pipeline
name: default
steps:
2021-07-04 06:55:35 +00:00
- name: submodules
2021-07-04 06:35:32 +00:00
image: alpine/git
commands:
- git submodule update --init --recursive
2021-07-04 06:22:25 +00:00
- name: build
image: plugins/hugo
settings:
hugo_version: 0.84.4
validate: true
pull: always