We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ff5ec commit cc0a0cdCopy full SHA for cc0a0cd
.drone.yml
@@ -15,7 +15,7 @@ steps:
15
- gem sources --add https://mirrors.cloud.tencent.com/rubygems/ --remove https://rubygems.org/
16
- bundle config mirror.https://rubygems.org https://mirrors.cloud.tencent.com/rubygems
17
- bundle install
18
- - bundle exec jekyll build
+ - bundle exec jekyll build --trace
19
- bash scripts/copy_index_json.sh
20
volumes:
21
- name: dist
0 commit comments