We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d5fab commit 73930b3Copy full SHA for 73930b3
scripts/build.sh
@@ -1,12 +1,5 @@
1
#!/usr/bin/env bash
2
3
-touch Gemfile.lock
4
-chmod a+w Gemfile.lock
5
-chown -R jekyll:jekyll /drone
6
-gem sources --add https://mirrors.cloud.tencent.com/rubygems/ --remove https://rubygems.org/
7
-bundle config mirror.https://rubygems.org https://mirrors.cloud.tencent.com/rubygems
8
-bundle install
9
-
10
bundle exec jekyll build --trace --verbose --destination _site --config _config.yml
11
12
cp -r ./src/data ./data
0 commit comments