mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-08-07 16:44:26 +08:00
Compare commits
No commits in common. "223c838265bc2c151c0b005b1a2422388b947fc9" and "73c09b154fc4e88952abff71f185f7eea416885b" have entirely different histories.
223c838265
...
73c09b154f
@ -5,11 +5,12 @@ pipeline:
|
|||||||
- touch Gemfile.lock
|
- touch Gemfile.lock
|
||||||
- chmod a+w Gemfile.lock
|
- chmod a+w Gemfile.lock
|
||||||
- chown -R jekyll:jekyll /drone
|
- 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 install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
|
||||||
deploy-site:
|
deploy:
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
source: _site/*
|
source: _site/*
|
||||||
target: ~/docs.hmcl.net
|
target: ~/docs.hmcl.net
|
||||||
|
Loading…
Reference in New Issue
Block a user