From d266adb4c1f4d461f1165b66ea175a131c9a9a6f Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 3 Sep 2024 15:56:33 -0700 Subject: [PATCH] Fixing typo in runs-on --- .gitea/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 2ccbc8f..7636d84 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -21,7 +21,7 @@ jobs: push-content: needs: setup-website-content - runs-on: ubunt-latest + runs-on: ubuntu-latest container: image: shockrah/hugo steps: