mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:20:04 +08:00
11 lines
161 B
YAML
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
|