Documentation root directory 404 (#1681)

Refers to #1680
This commit is contained in:
James Hodgkinson 2023-06-03 19:44:03 +10:00 committed by GitHub
parent 1c1b54df86
commit 2e62a72a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -83,6 +83,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Extract the files
run: |
cp book/index_redirect.html docs/index.html
find . -name '*.tar.gz' -exec tar zxf "{}" \;
ls -la docs/
cd docs && \

4
Cargo.lock generated
View file

@ -522,7 +522,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
"syn 2.0.16",
"syn 2.0.17",
"which",
]
@ -3408,7 +3408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1"
dependencies = [
"proc-macro2",
"syn 2.0.16",
"syn 2.0.17",
]
[[package]]

9
book/index_redirect.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://kanidm.com" />
</head>
<body>
<p>If you are not redirected in five seconds, <a href="https://kanidm.com">click here</a>.</p>
</body>
</html>