website/.drone.yml
Ian Adam Naval 797262138b
Some checks failed
the build failed
Fix environment variable not a string
2018-07-31 13:25:51 -07:00

9 lines
147 B
YAML

pipeline:
build:
image: jekyll/jekyll:latest
environment:
JEKYLL_UID: "0"
JEKYLL_GID: "0"
commands:
- jekyll build