Update main.yml

This commit is contained in:
浪子 2024-04-03 18:11:54 +08:00 committed by GitHub
parent 1cd28eed0a
commit 84199e80e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -45,4 +45,8 @@ jobs:
hexo generate hexo generate
- name: Deploy - name: Deploy
run: | 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 hexo deploy