enable asciidoctor exec

This commit is contained in:
2026-03-29 07:17:39 +00:00
parent a1851165f4
commit f4d819fadb

View File

@@ -55,3 +55,6 @@ enableGitInfo = true
[[module.mounts]]
source = "assets"
target = "assets"
[security.exec]
# Hugo must be allowed to run the asciidoctor binary
allow = ['^asciidoctor$']