1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +08:00
SpaceVim/.gitlab-ci.yml

11 lines
161 B
YAML
Raw Normal View History

2023-09-24 08:14:41 +08:00
image: ruby:2.7
pages:
script:
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public