From 189241002ceea39a26be652df3faf2d468105599 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Wed, 19 Nov 2025 16:54:28 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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