diff --git a/tools/deploy.sh b/tools/deploy.sh index 4de390d..bdc6cd1 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -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