From 1a2962f071c16a705ad847168a851cf003229b05 Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sun, 22 Feb 2026 11:57:50 +0100 Subject: [PATCH] =?UTF-8?q?Korrigiere=20Formatierungsfehler=20in=20den=20A?= =?UTF-8?q?usschl=C3=BCssen=20f=C3=BCr=20das=20FTP-Deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 93758d3..b888305 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: --exclude uploads/ \ --exclude .claude/ \ --exclude .gitignore \ - -- exclude .package.json \ + --exclude .package.json \ --exclude .env \ --exclude-glob *.csv \ --exclude-glob *.sql \