|
|
|
@ -94,8 +94,8 @@ jobs: |
|
|
|
chmod 600 ~/.ssh/id_rsa |
|
|
|
ssh-keyscan github.com > ~/.ssh/known_hosts |
|
|
|
chmod 700 ~/.ssh && chmod 600 ~/.ssh/* |
|
|
|
git config --locale user.email "vbenadmin@163.com" |
|
|
|
git config --locale user.name "vbenAdmin" |
|
|
|
git config --local user.email "vbenadmin@163.com" |
|
|
|
git config --local user.name "vbenAdmin" |
|
|
|
|
|
|
|
- name: Delete gh-pages branch |
|
|
|
run: | |
|
|
|
|