From f03d8ad017423fc9168e5264d6cd60860cd9d069 Mon Sep 17 00:00:00 2001 From: "Fabian T. Ecke" Date: Tue, 28 Jul 2026 19:47:17 +0200 Subject: [PATCH] .gitea/workflows/dev-2-0.yaml aktualisiert --- .gitea/workflows/dev-2-0.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/dev-2-0.yaml b/.gitea/workflows/dev-2-0.yaml index d8816a1..09df2f7 100644 --- a/.gitea/workflows/dev-2-0.yaml +++ b/.gitea/workflows/dev-2-0.yaml @@ -20,6 +20,7 @@ jobs: - name: build env: HUGO_SECURITY_EXEC_ALLOW: "node|(postcss)" + HUGO_SECURITY_NODE_DISABLE: "true" run: hugo --minify --gc --baseURL "https://dev.ftecke.de/" - name: deploy run: |