remove check from build process as it is part of the CI
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-31 17:02:04 +02:00
parent 01aaeee6be
commit 9cffb8af6a
-11
View File
@@ -200,17 +200,6 @@ def process_file(infile: Path, processor: Path) -> str:
"href",
linkelem.get("href").strip(),
)
# Remove https://fsfe.org (or https://test.fsfe.org)
# from the start of all links
linkelem.set(
"href",
re.sub(
r"""^(https?://(test\.)?fsfe\.org)""",
"",
linkelem.get("href"),
flags=re.IGNORECASE,
),
)
# Change links from /foo/bar.html into /foo/bar.xx.html
# Change links from foo/bar.html into foo/bar.xx.html
# Same for .rss and .ics links