Fix the failure of the init-tool with the —no-gh
option (resolve #429)
This commit is contained in:
parent
565ad9229c
commit
fa15aebbca
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ init_files() {
|
||||||
rm -rf _posts/* docs
|
rm -rf _posts/* docs
|
||||||
|
|
||||||
# save changes
|
# save changes
|
||||||
git add -A && git add .github -f
|
git add -A
|
||||||
git commit -m "[Automation] Initialize the environment." -q
|
git commit -m "[Automation] Initialize the environment." -q
|
||||||
|
|
||||||
echo "[INFO] Initialization successful!"
|
echo "[INFO] Initialization successful!"
|
||||||
|
|
Loading…
Reference in a new issue