mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
Fix typo
change function name "deoply" -> "deploy" @ ln45, 64
This commit is contained in:
@@ -42,7 +42,7 @@ flush() {
|
|||||||
mv "$_backup_dir"/* .
|
mv "$_backup_dir"/* .
|
||||||
}
|
}
|
||||||
|
|
||||||
deoply() {
|
deploy() {
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ main() {
|
|||||||
init
|
init
|
||||||
backup
|
backup
|
||||||
flush
|
flush
|
||||||
deoply
|
deploy
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|||||||
Reference in New Issue
Block a user