mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
ci(gitlab): add gitlab-ci.yml
This commit is contained in:
parent
c1541c006e
commit
1b85677baf
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
image: ruby:2.7
|
||||
|
||||
pages:
|
||||
script:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build -d public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
Loading…
x
Reference in New Issue
Block a user