1
0

Build hugo site
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jens True 2020-02-25 09:27:35 +00:00
parent 13f856cee6
commit 4f803e8644

12
.drone.yml Normal file

@ -0,0 +1,12 @@
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