changed dev workflow/config.toml
Website / Website veröffentlichen (push) Has been cancelled

This commit is contained in:
fte
2026-07-28 19:57:19 +02:00
parent f03d8ad017
commit 44774c8a37
3 changed files with 3 additions and 60 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ jobs:
CI: "true"
run: npm ci --no-audit --no-fund
- name: build
env:
HUGO_SECURITY_EXEC_ALLOW: "node|(postcss)"
HUGO_SECURITY_NODE_DISABLE: "true"
#env:
# HUGO_SECURITY_EXEC_ALLOW: "node|(postcss)"
# HUGO_SECURITY_NODE_DISABLE: "true"
run: hugo --minify --gc --baseURL "https://dev.ftecke.de/"
- name: deploy
run: |