From 32bdce83745841a233fd06a5c5f5fcf895e1b2bd Mon Sep 17 00:00:00 2001 From: penn Date: Sat, 8 Feb 2025 11:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/demo.yaml diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml new file mode 100644 index 0000000..27b694a --- /dev/null +++ b/.gitea/workflows/demo.yaml @@ -0,0 +1,12 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions  +on: [push] + +jobs: + Explore-Gitea-Actions: + runs-on: self-hosted + steps: + - run: cd /root/yhehe && git pull origin main + - run: cd /root/yhehe && hexo cl + - run: cd /root/yhehe && hexo g + - run: cd /root/yhehe && hexo d \ No newline at end of file