V8.03.136.2025.06.02

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-02 09:27:38 +02:00
parent 45892b2b30
commit 76c89ceb6e

View File

@@ -122,7 +122,7 @@ jobs:
--no-highlight \ --no-highlight \
--strip-comments \ --strip-comments \
--wrap=none \ --wrap=none \
--lua-filter=.gitea/linkfix.lua \ --lua-filter=.gitea/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/linkfix.lua \ --lua-filter=.gitea/lua/linkfix.lua \
-o "${out}" -o "${out}"
done done