We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f583eb1 commit 3414c4bCopy full SHA for 3414c4b
.github/workflows/ci.yml
@@ -41,11 +41,11 @@ jobs:
41
echo '<!DOCTYPE html>
42
<html lang="en">
43
<head>
44
- <meta http-equiv="refresh" content="0; url=overview-summary.html">
+ <meta http-equiv="refresh" content="0; url=index.html">
45
<title>Redirecting…</title>
46
</head>
47
<body>
48
- <p>If you are not redirected automatically, follow this <a href="overview-summary.html">link</a>.</p>
+ <p>If you are not redirected automatically, follow this <a href="index.html">link</a>.</p>
49
</body>
50
</html>' > temp-docs/index.html
51
0 commit comments