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