File tree 2 files changed +2
-24
lines changed
2 files changed +2
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ if [[ "$varName" == "${varGithubAccount}.github.io" && "$varYNCustomDomain" != "
79
79
sed -i " 22i\This project can be found at: https://${varGithubAccount} .github.io/" README.md
80
80
fi
81
81
if [[ " $varYNCustomDomain " == " y" ]]; then
82
- sed -i " 22i\This project can be found at: https://$varCustomDomain " README.md
82
+ sed -i " 22i\This project can be found at: https://${ varCustomDomain} " README.md
83
83
fi
84
84
sed -i ' 22i\### Github Pages' README.md
85
85
sed -i ' 22i\```' README.md
@@ -92,7 +92,7 @@ if [[ "$varName" != "${varGithubAccount}.github.io" ]]; then
92
92
git init
93
93
git add .
94
94
git commit -m " first commit"
95
- git remote add origin https://github.com/mint-made /${varName} .git
95
+ git remote add origin https://github.com/${varGithubAccount} /${varName} .git
96
96
git push -u origin master
97
97
fi
98
98
You can’t perform that action at this time.
0 commit comments