Add .gitlab-ci.yml
This commit is contained in:
parent
065b20cef4
commit
c6e3b66fd8
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
|
Loading…
x
Reference in New Issue
Block a user