GitLab Pages CI.
This commit is contained in:
parent
f7b4ec4066
commit
c5e264ee9f
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
variables:
|
||||||
|
JEKYLL_ENV: production
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- exec jekyll build -d public
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
tags:
|
||||||
|
- jekyll
|
||||||
|
only:
|
||||||
|
- gh-pages
|
Loading…
Reference in New Issue
Block a user