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 - name: build
image: ruby image: ruby
commands: commands:
- gem update
- gem install bundler - gem install bundler
- bundle install - bundle install
- bundle update - bundle update
- bundle exec jekyll build --trace - bundle exec jekyll build