From d2a7591c5f1a4d68c7b11cd3927636f85826b394 Mon Sep 17 00:00:00 2001 From: Drew Date: Tue, 8 Apr 2025 22:39:38 -0600 Subject: [PATCH] adds the correct runner name --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 474e75a..5835740 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: runner.medlab.host container: image: klakegg/hugo:ext-ubuntu-latest steps: