Skip to content

Commit

Permalink
ci: deploy manually
Browse files Browse the repository at this point in the history
  • Loading branch information
perqin committed Jul 5, 2024
1 parent ad47f4f commit 424f26b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hexo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
with:
ref: refs/heads/master
path: .deploy_git
- name: Setup deploy auth
run: |
cd .deploy_git
pwd
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Deploy
run: hexo g -d
# End: Deploy hexo blog website.
Expand Down

0 comments on commit 424f26b

Please sign in to comment.