From 9243b0cd5a5b9a2acb948302836cafcf5881cbc9 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 12:28:47 +0100 Subject: [PATCH] fixed issue in release yml --- .forgejo/workflows/build_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/build_release.yml b/.forgejo/workflows/build_release.yml index 258869a..268e2ad 100644 --- a/.forgejo/workflows/build_release.yml +++ b/.forgejo/workflows/build_release.yml @@ -17,7 +17,6 @@ jobs: run: npm install - name: Run astro check (linting + static analysis) run: npm run astro check - run: npm run astro check build-site: needs: [checking]