1
0
jcktrue.dk/.drone.yml
jct 4f803e8644
Some checks failed
continuous-integration/drone/push Build is failing
Build hugo site
2020-02-25 09:27:35 +00:00

13 lines
213 B
YAML

kind: pipeline
name: default
steps:
- name: requirements
image: alpine/git
commands:
- git submodule update --recursive --remote
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo-official