Browse Source

chore: change gem source

zkitefly-patch-1
Yuhui Huang 3 years ago
parent
commit
5c84572b08
  1. 3
      .drone.yml

3
.drone.yml

@ -5,12 +5,13 @@ pipeline:
- touch Gemfile.lock
- chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone
- gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build
deploy:
deploy-site:
image: drillster/drone-rsync
source: _site/*
target: ~/docs.hmcl.net

Loading…
Cancel
Save