Compare commits

...

2 commits

Author SHA1 Message Date
b6d38e79e9
Remove html5s backend, it's not working with current asciidoctor
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 45s
2024-08-22 22:35:55 +03:00
d7f6edfec4
Add git to be allowed to execute 2024-08-22 22:35:33 +03:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[asciidocExt] [asciidocExt]
workingFolderCurrent = true workingFolderCurrent = true
extensions = ["asciidoctor-html5s"] #extensions = ["asciidoctor-html5s"]
backend = "html5s" backend = "html5"
[asciidocExt.attributes] [asciidocExt.attributes]
source-highlighter = "rouge" source-highlighter = "rouge"

View file

@ -1,7 +1,7 @@
enableInlineShortcodes = false enableInlineShortcodes = false
[exec] [exec]
allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$'] allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'git']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GO*)$'] osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GO*)$']
[funcs] [funcs]