le "debloat root" thingy

This commit is contained in:
Samidy 2026-04-06 17:35:43 +03:00
parent 704074d275
commit 11f66c1a28
8 changed files with 1 additions and 17 deletions

View file

@ -97,7 +97,7 @@ jobs:
- name: Generate new editors picks
if: steps.backoff.outputs.skip == 'false'
run: python3 gen-editors-picks.py
run: python3 .github/scripts/gen-editors-picks.py
- name: Commit and push
if: steps.backoff.outputs.skip == 'false'

View file

@ -1,16 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL='https://legacy.monochrome.tf'" />
<script>
window.location.href = 'https://legacy.monochrome.tf';
</script>
</head>
<body>
<p>If you are not redirected, <a href="https://legacy.monochrome.tf">click here</a>.</p>
</body>
</html>