diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e0436f9..5118756 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: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout Source Code uses: actions/checkout@v4