From f307f827e1d50467ac0d8888a9e445d69c84f9f8 Mon Sep 17 00:00:00 2001 From: penn Date: Sat, 8 Feb 2025 12:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 27b694a..15f36e9 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -9,4 +9,6 @@ jobs: - run: cd /root/yhehe && git pull origin main - run: cd /root/yhehe && hexo cl - run: cd /root/yhehe && hexo g + - run: git config --global user.email "penndu@outlook.com" + - run: git config --global user.name "Teacher Du" - run: cd /root/yhehe && hexo d \ No newline at end of file