1
0
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:
wsdjeg 2023-09-24 08:14:41 +08:00
parent c1541c006e
commit 1b85677baf

10
.gitlab-ci.yml Normal file
View 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