website/.drone.yml
Ian Adam Naval 75a1dbfe13
All checks were successful
the build was successful
Try making the _site
2018-07-31 13:37:21 -07:00

7 lines
106 B
YAML

pipeline:
build:
image: jekyll/jekyll:latest
commands:
- mkdir _site
- jekyll build