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 fafc5bd commit 0455a69Copy full SHA for 0455a69
.github/workflows/ci.yml
@@ -29,19 +29,6 @@ jobs:
29
run: |
30
mkdir -p temp-docs
31
cp -R target/site/apidocs/* temp-docs/
32
-
33
- - name: Create redirect index.html
34
- run: |
35
- echo '<!DOCTYPE html>
36
- <html lang="en">
37
- <head>
38
- <meta http-equiv="refresh" content="0; url=overview-summary.html">
39
- <title>Redirecting…</title>
40
- </head>
41
- <body>
42
- <p>If you are not redirected automatically, follow this <a href="overview-summary.html">link</a>.</p>
43
- </body>
44
- </html>' > temp-docs/index.html
45
touch temp-docs/.nojekyll
46
47
- name: Deploy to GitHub Pages
0 commit comments