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"/* .
|
||||
}
|
||||
|
||||
deoply() {
|
||||
deploy() {
|
||||
git config --global user.name "GitHub Actions"
|
||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
@@ -61,7 +61,7 @@ main() {
|
||||
init
|
||||
backup
|
||||
flush
|
||||
deoply
|
||||
deploy
|
||||
}
|
||||
|
||||
main
|
||||
|
||||
Reference in New Issue
Block a user