1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/.gitlab-ci.yml
2015-11-15 21:45:38 +01:00

12 lines
187 B
YAML

variables:
WEBROOT: /sites/dennogumi.org
stages:
- build
# - deploy
build:
stage: build
script:
- jekyll build --destination /tmp/build
- ls $WEBROOT