From 3541b1514bb0e9a4d548301204a30a477cc0695e Mon Sep 17 00:00:00 2001 From: Sam Tate Date: Wed, 28 Aug 2024 00:15:54 +0100 Subject: [PATCH] fixed runs on --- .forgejo/workflows/astro-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/astro-deploy.yaml b/.forgejo/workflows/astro-deploy.yaml index 0f3c8d5..5f09bd1 100644 --- a/.forgejo/workflows/astro-deploy.yaml +++ b/.forgejo/workflows/astro-deploy.yaml @@ -12,7 +12,6 @@ permissions: jobs: Build-and-Deploy: - runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: