fix(docs): compile Jekyll docs site and add root redirect in CI (#5526)

This commit is contained in:
James Rich
2026-05-20 02:58:44 -07:00
committed by GitHub
parent 7ae1b26813
commit f94358551c
4 changed files with 77 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<link rel="canonical" href="en/">
<script>location="en/"</script>
<meta http-equiv="refresh" content="0; url=en/">
</head>
<body>
<p>Redirecting to <a href="en/">en/</a>...</p>
</body>
</html>