mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-07-28 16:18:20 +08:00
Compare commits
2 Commits
73c09b154f
...
223c838265
Author | SHA1 | Date | |
---|---|---|---|
223c838265 | |||
5c84572b08 |
@ -5,12 +5,11 @@ pipeline:
|
||||
- touch Gemfile.lock
|
||||
- chmod a+w Gemfile.lock
|
||||
- chown -R jekyll:jekyll /drone
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
- gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
|
||||
deploy:
|
||||
deploy-site:
|
||||
image: drillster/drone-rsync
|
||||
source: _site/*
|
||||
target: ~/docs.hmcl.net
|
||||
|
Loading…
Reference in New Issue
Block a user