9 lines
192 B
YAML
9 lines
192 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: ruby
|
||
|
commands:
|
||
|
- gem install bundler
|
||
|
- bundle install
|
||
|
- bundle exec jekyll build
|
||
|
- bundle exec htmlproofer ./_site --disable-external
|