Experimental gitlab CI test
This commit is contained in:
parent
70ee735808
commit
0c6f546fe7
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
environment:
|
||||
WEBROOT: /sites/dennogumi.org
|
||||
|
||||
stages:
|
||||
- build
|
||||
# - deploy
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- jekyll build --destination /tmp/build
|
Reference in a new issue