Commit 381e3a969fd64a0695a3de1179b7253b11dacd06
1 parent
553467df
chore: update workflows [deploy]
Showing
1 changed file
with
2 additions
and
2 deletions
.github/workflows/deploy.yml
... | ... | @@ -94,8 +94,8 @@ jobs: |
94 | 94 | chmod 600 ~/.ssh/id_rsa |
95 | 95 | ssh-keyscan github.com > ~/.ssh/known_hosts |
96 | 96 | chmod 700 ~/.ssh && chmod 600 ~/.ssh/* |
97 | - git config --locale user.email "vbenadmin@163.com" | |
98 | - git config --locale user.name "vbenAdmin" | |
97 | + git config --local user.email "vbenadmin@163.com" | |
98 | + git config --local user.name "vbenAdmin" | |
99 | 99 | |
100 | 100 | - name: Delete gh-pages branch |
101 | 101 | run: | | ... | ... |