mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-04-20 08:04:02 +08:00
build: change bundle mirror
This commit is contained in:
parent
223c838265
commit
9fbaa3f45b
@ -5,7 +5,8 @@ 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 sources --add https://mirrors.tuna.tsinghua.edu.cn/rubygems/ --remove https://rubygems.org/
|
||||
- bundle config mirror.https://rubygems.org https://mirrors.tuna.tsinghua.edu.cn/rubygems
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user