Skip to content

Commit 73930b3

Browse files
authored
Update build.sh
1 parent f3d5fab commit 73930b3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#!/usr/bin/env bash
22

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-
103
bundle exec jekyll build --trace --verbose --destination _site --config _config.yml
114

125
cp -r ./src/data ./data

0 commit comments

Comments
 (0)