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 }}."