mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Fix the failure of the init-tool with the —no-gh
option (resolve #429)
This commit is contained in:
parent
565ad9229c
commit
fa15aebbca
@ -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…
x
Reference in New Issue
Block a user