mirror of https://github.com/jkjoy/sunpeiwen.git
Update main.yml
This commit is contained in:
parent
1cd28eed0a
commit
84199e80e2
|
@ -45,4 +45,8 @@ jobs:
|
|||
hexo generate
|
||||
- name: Deploy
|
||||
run: |
|
||||
git config --global user.name "jkjoy"
|
||||
git config --global user.email "jkjoy@live.cn"
|
||||
git clone https://github.com/jkjoy/blog2.git .deploy_git
|
||||
export TZ='Asia/Shanghai'
|
||||
hexo deploy
|
||||
|
|
Loading…
Reference in New Issue