le "debloat root" thingy
This commit is contained in:
parent
704074d275
commit
11f66c1a28
8 changed files with 1 additions and 17 deletions
0
fix-gen.py → .github/scripts/fix-gen.py
vendored
0
fix-gen.py → .github/scripts/fix-gen.py
vendored
2
.github/workflows/editors-picks.yml
vendored
2
.github/workflows/editors-picks.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
16
legacy.html
16
legacy.html
|
|
@ -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>
|
||||
Loading…
Reference in a new issue