mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Fix typo
change function name "deoply" -> "deploy" @ ln45, 64
This commit is contained in:
parent
13abcd5958
commit
36fab37225
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user