11 lines
167 B
YAML
11 lines
167 B
YAML
environment:
|
|
WEBROOT: /sites/dennogumi.org
|
|
|
|
stages:
|
|
- build
|
|
# - deploy
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- jekyll build --destination /tmp/build
|