From 22986d96b6d952a73234fb5f4dd3802564bf9921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Gr=C3=BCssing?= Date: Mon, 1 Jun 2026 21:36:30 +0200 Subject: [PATCH] Fix: CI=false damit Warnings den Build nicht stoppen --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ef1fb9..2af1508 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,6 +34,8 @@ jobs: - name: Build frontend working-directory: frontend run: npm run build + env: + CI: false deploy: name: Deploy to Production