From 76c89ceb6eab384ec2365a5214579d454069bad2908fab5575d1c2a4b81b809e Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Mon, 2 Jun 2025 09:27:38 +0200 Subject: [PATCH] V8.03.136.2025.06.02 Signed-off-by: Marc S. Weidner --- .gitea/workflows/render-md-to-html.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/render-md-to-html.yaml b/.gitea/workflows/render-md-to-html.yaml index c4cc41b..2f40f03 100644 --- a/.gitea/workflows/render-md-to-html.yaml +++ b/.gitea/workflows/render-md-to-html.yaml @@ -122,7 +122,7 @@ jobs: --no-highlight \ --strip-comments \ --wrap=none \ - --lua-filter=.gitea/linkfix.lua \ + --lua-filter=.gitea/lua/linkfix.lua \ -o .html/"${out}" done @@ -137,7 +137,7 @@ jobs: --no-highlight \ --strip-comments \ --wrap=none \ - --lua-filter=.gitea/linkfix.lua \ + --lua-filter=.gitea/lua/linkfix.lua \ -o "${out}" done