From 94753ed72677ca1209ed3646e20a03493959768d Mon Sep 17 00:00:00 2001 From: Zkitefly Date: Mon, 22 Jul 2024 00:21:55 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0f74b79..a4c203c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - gem sources --add https://mirrors.cloud.tencent.com/rubygems/ --remove https://rubygems.org/ - bundle config mirror.https://rubygems.org https://mirrors.cloud.tencent.com/rubygems - bundle install - - bundle exec jekyll build --trace + - bundle exec jekyll build --trace --verbose - bash scripts/copy_index_json.sh volumes: - name: dist