9 lines
143 B
YAML
9 lines
143 B
YAML
pipeline:
|
|
build:
|
|
image: jekyll/jekyll:latest
|
|
environment:
|
|
JEKYLL_UID: 0
|
|
JEKYLL_GID: 0
|
|
commands:
|
|
- jekyll build
|