From 95213d6ccd9641217fdbc10a500515ab97c327ae Mon Sep 17 00:00:00 2001 From: "yunpeng.zhang" Date: Thu, 19 Dec 2024 17:47:31 +0800 Subject: [PATCH] update cicd_script --- .gitea/workflows/blog_hexo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/blog_hexo.yaml b/.gitea/workflows/blog_hexo.yaml index 264a99c..ed30d1a 100644 --- a/.gitea/workflows/blog_hexo.yaml +++ b/.gitea/workflows/blog_hexo.yaml @@ -11,7 +11,7 @@ env: jobs: Deploy-Hexo_Blog: name: Deploy blog - runs-on: ubuntu-latest + runs-on: self-hosted steps: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."