Skip to content

Commit 2f1e08d

Browse files
committed
Revert "ci: Explicitly point root redirect to index.html for DocC compatibility"
This reverts commit f6bb9bb.
1 parent f6bb9bb commit 2f1e08d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
<head>
4242
<meta charset="utf-8">
4343
<title>Redirecting to Documentation</title>
44-
<link rel="canonical" href="main/documentation/fireblademath/index.html">
44+
<link rel="canonical" href="main/documentation/fireblademath/">
4545
<script>
46-
window.location.href = "main/documentation/fireblademath/index.html" + window.location.hash;
46+
window.location.href = "main/documentation/fireblademath/" + window.location.hash;
4747
</script>
48-
<meta http-equiv="refresh" content="0;url=main/documentation/fireblademath/index.html">
48+
<meta http-equiv="refresh" content="0;url=main/documentation/fireblademath/">
4949
</head>
5050
<body>
51-
<p>Redirecting to <a href="main/documentation/fireblademath/index.html">documentation</a>...</p>
51+
<p>Redirecting to <a href="main/documentation/fireblademath/">documentation</a>...</p>
5252
</body>
5353
</html>
5454
EOF

0 commit comments

Comments
 (0)