We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1787fd commit 7f067dbCopy full SHA for 7f067db
.github/workflows/deploy_aliyun.yml
@@ -39,7 +39,7 @@ jobs:
39
git config --global user.email "[email protected]"
40
git config --global user.name "Typora"
41
git remote add a [email protected]:wiki
42
- sed -i 's/rubygems.org/gems.ruby-china.com/g' Gemfile
+ sed -i 's/rubygems\.org/gems.ruby-china.org/g' Gemfile
43
git commit -am "update Gemfile"
44
git checkout -b master
45
env:
0 commit comments