This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user