diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 098fe98..8c514b0 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: cd /root/yhehe && git config --global user.email "penndu@outlook.com" - - run: cd /root/yhehe && git config --global user.name "Teacher Du" + - run: HOME=/root/yhehe && git config --global user.email "penndu@outlook.com" + - run: HOME=/root/yhehe && git config --global user.name "Teacher Du" - run: cd /root/yhehe && hexo d \ No newline at end of file