Skip to content

Commit d560efc

Browse files
authored
Update deploy_aliyun.yml
1 parent e62c881 commit d560efc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy_aliyun.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
git config --global user.email "[email protected]"
4040
git config --global user.name "Typora"
4141
git remote add a [email protected]:wiki
42-
sed -i 's/rubygems\.org/gems.ruby-china.org/g' Gemfile
43-
sed -i 's/rubygems\.org/gems.ruby-china.org/g' Gemfile.lock
42+
sed -i 's/rubygems\.org/gems.ruby-china.com/g' Gemfile
43+
sed -i 's/rubygems\.org/gems.ruby-china.com/g' Gemfile.lock
44+
grep "gems.ruby-china.com" Gemfile
4445
git commit -am "update Gemfile"
4546
git checkout -b master
4647
env:

0 commit comments

Comments
 (0)