From a26f801204a9dc4607f0d371bcbe32bbafe3afc8 Mon Sep 17 00:00:00 2001 From: "yunpeng.zhang" Date: Thu, 19 Dec 2024 17:48:47 +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 ed30d1a..264a99c 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: self-hosted + runs-on: ubuntu-latest steps: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."