Add .gitlab-ci.yml
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
_site
|
_site
|
||||||
|
public
|
||||||
|
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
image: jekyll/jekyll
|
||||||
|
script:
|
||||||
|
- jekyll build -d public
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
Reference in New Issue
Block a user