From 424f26b9de432a84610592c0b82505b793dd4a2e Mon Sep 17 00:00:00 2001 From: perqin Date: Fri, 5 Jul 2024 10:26:23 +0800 Subject: [PATCH] ci: deploy manually --- .github/workflows/hexo.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/hexo.yml b/.github/workflows/hexo.yml index 0e0c1db..6b73bb1 100644 --- a/.github/workflows/hexo.yml +++ b/.github/workflows/hexo.yml @@ -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.