1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

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!"