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" CI: "true"
run: npm ci --no-audit --no-fund run: npm ci --no-audit --no-fund
- name: build - name: build
env: #env:
HUGO_SECURITY_EXEC_ALLOW: "node|(postcss)" # HUGO_SECURITY_EXEC_ALLOW: "node|(postcss)"
HUGO_SECURITY_NODE_DISABLE: "true" # HUGO_SECURITY_NODE_DISABLE: "true"
run: hugo --minify --gc --baseURL "https://dev.ftecke.de/" run: hugo --minify --gc --baseURL "https://dev.ftecke.de/"
- name: deploy - name: deploy
run: | run: |
-27
View File
@@ -1,27 +0,0 @@
timeout = 30000
enableInlineShortcodes = true
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
disableInlineCSS = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
-30
View File
@@ -1,30 +0,0 @@
[build]
publish = "public"
command = "git submodule update --remote --merge && npm run build"
[context.production.environment]
HUGO_VERSION = "0.90.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.split1]
command = "npm run build"
[context.split1.environment]
HUGO_VERSION = "0.90.0"
HUGO_ENV = "production"
[context.deploy-preview]
command = "npm run build"
[context.deploy-preview.environment]
HUGO_VERSION = "0.90.0"
[context.branch-deploy]
command = "npm run build"
[context.branch-deploy.environment]
HUGO_VERSION = "0.90.0"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"