diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d06da65..d04317a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: build_and_deploy: if: github.event.pull_request.merged == true name: Deploy Hugo Website - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout code