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]