V8.03.138.2025.06.02

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-02 09:31:17 +02:00
parent d89d392f2b
commit f4ab7e31aa

View File

@@ -22,7 +22,7 @@ on:
- master - master
paths: paths:
- "**/*.md" - "**/*.md"
- '.gitea/lua/linkfix.lua' - '.gitea/properties/lua/linkfix.lua'
jobs: jobs:
render-md-to-html: render-md-to-html:
@@ -122,7 +122,7 @@ jobs:
--no-highlight \ --no-highlight \
--strip-comments \ --strip-comments \
--wrap=none \ --wrap=none \
--lua-filter=.gitea/lua/linkfix.lua \ --lua-filter=.gitea/properties/lua/linkfix.lua \
-o .html/"${out}" -o .html/"${out}"
done done
@@ -137,7 +137,7 @@ jobs:
--no-highlight \ --no-highlight \
--strip-comments \ --strip-comments \
--wrap=none \ --wrap=none \
--lua-filter=.gitea/lua/linkfix.lua \ --lua-filter=.gitea/properties/lua/linkfix.lua \
-o "${out}" -o "${out}"
done done