yann.verry.org/.drone.yml
Yann Verry 138071bfb8
All checks were successful
continuous-integration/drone/push Build is passing
add recursive
2022-10-25 22:21:18 +02:00

16 lines
211 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
steps:
- name: hugo
image: corpusops/hugo
commands:
- hugo