Fix the failure of the init-tool with the —no-gh option (resolve #429)

This commit is contained in:
Cotes Chung 2021-10-11 01:50:40 +08:00
parent 565ad9229c
commit fa15aebbca

View file

@ -83,7 +83,7 @@ init_files() {
rm -rf _posts/* docs
# save changes
git add -A && git add .github -f
git add -A
git commit -m "[Automation] Initialize the environment." -q
echo "[INFO] Initialization successful!"