website/.drone.yml
Ian Adam Naval fd91d8937d
Some checks failed
the build failed
Change Jekyll to run as root
2018-07-31 13:25:03 -07:00

9 lines
143 B
YAML

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