Improve CI pipeline

This commit is contained in:
NebulaOnion 2022-12-29 19:05:53 +00:00
parent 45a270fec5
commit f02f3c5b0a

View File

@ -6,7 +6,8 @@ steps:
- name: build
image: ruby
commands:
- gem update
- gem install bundler
- bundle install
- bundle update
- bundle exec jekyll build --trace
- bundle exec jekyll build