diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5118756..e0436f9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -5,7 +5,7 @@ on: [push] jobs: build-and-deploy: name: Build Hexo and Deploy to GitHub - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout Source Code uses: actions/checkout@v4