From 2326e8b1ecf6d41a12004dd749ef94d9eb6130cf Mon Sep 17 00:00:00 2001 From: penn Date: Sat, 8 Feb 2025 12:22:51 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 15f36e9..098fe98 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -9,6 +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 && git config --global user.email "penndu@outlook.com" + - run: cd /root/yhehe && git config --global user.name "Teacher Du" - run: cd /root/yhehe && hexo d \ No newline at end of file