6 lines
86 B
YAML
6 lines
86 B
YAML
pipeline:
|
|
build:
|
|
image: jekyll/jekyll:latest
|
|
commands:
|
|
- jekyll build
|