Add .gitlab-ci.yml
This commit is contained in:
parent
5d38ab0be9
commit
154c43d98a
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
image: jekyll/jekyll:pages
|
||||
|
||||
build site:
|
||||
stage: build
|
||||
script:
|
||||
- bundle install --path=vendor
|
||||
- bundle exec jekyll build
|
||||
- mv _site xmppdk
|
||||
artifacts:
|
||||
expire_in: 1 month
|
||||
paths:
|
||||
- xmppdk
|
Loading…
Reference in a new issue