GitLab Pages CI.
This commit is contained in:
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
|
Reference in New Issue
Block a user