From f02f3c5b0aacee83de9c721f9abf61238c65c164 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Thu, 29 Dec 2022 19:05:53 +0000 Subject: [PATCH] Improve CI pipeline --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dacdaf5..c32d485 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ steps: - name: build image: ruby commands: + - gem update - gem install bundler - bundle install - bundle update - - bundle exec jekyll build --trace \ No newline at end of file + - bundle exec jekyll build \ No newline at end of file