Browse Source

Update .drone.yml

login
Zkitefly 4 months ago committed by GitHub
parent
commit
94753ed726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .drone.yml

2
.drone.yml

@ -15,7 +15,7 @@ steps:
- gem sources --add https://mirrors.cloud.tencent.com/rubygems/ --remove https://rubygems.org/ - 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 config mirror.https://rubygems.org https://mirrors.cloud.tencent.com/rubygems
- bundle install - bundle install
- bundle exec jekyll build --trace - bundle exec jekyll build --trace --verbose
- bash scripts/copy_index_json.sh - bash scripts/copy_index_json.sh
volumes: volumes:
- name: dist - name: dist

Loading…
Cancel
Save