1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:20:04 +08:00
SpaceVim/.gitlab-ci.yml
2023-09-24 08:14:41 +08:00

11 lines
161 B
YAML

image: ruby:2.7
pages:
script:
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public