Browse Source

chore: update workflows [deploy]

pull/323/head
Vben 5 years ago
parent
commit
381e3a969f
  1. 4
      .github/workflows/deploy.yml

4
.github/workflows/deploy.yml

@ -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: |

Loading…
Cancel
Save